Color spaces of #bbbdef
RGB | 187 | 189 | 239 |
---|---|---|---|
HSL | 0.66 | 0.62 | 0.84 |
HSV | 238° | 22° | 94° |
CMYK | 0.22 | 0.21 | 0.00 0.06 |
XYZ | 54.2711 | 53.1920 | 89.0680 |
Yxy | 53.1920 | 0.2761 | 0.2707 |
Hunter Lab | 72.9328 | 5.1937 | -21.3539 |
CIE-Lab | 77.9882 | 9.6860 | -24.9983 |
#bbbdef color RGB value is (187,189,239).
#bbbdef hex color red value is 187, green value is 189 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bbbdef hue: 0.66 , saturation: 0.62 and the lightness value of bbbdef is 0.84.
The process color (four color CMYK) of #bbbdef color hex is 0.22, 0.21, 0.00, 0.06. Web safe color of #bbbdef is #ccccff. Color #bbbdef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10111101 | 11101111 |
Octal | 273 | 275 | 357 |
Decimal | 187 | 189 | 239 |
Hex | BB | BD | EF |
Shades of #bbbdef
Tints of #bbbdef
RGB Percentages of Color #bbbdef
CMYK Percentages of Color #bbbdef
Complementary Color
#bbbdef | #efedbb |
#bbbdef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbbdef Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbbdef Color CSS Codes
.mybgcolor {background-color:#bbbdef; } .myforecolor {color:#bbbdef; } .mybordercolor {border:3px solid #bbbdef; }
#bbbdef Text Font Color
<p style="color:#bbbdef">Text here</p>
This sample text font color is #bbbdef
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#bbbdef Background Color
<div style="background-color:#bbbdef">
Div content here</div>
This div background color is #bbbdef
#bbbdef Border Color
<div style="border:3px solid #bbbdef">
Div here</div>
This div border color is #bbbdef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,189,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbbdef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbbdef; -webkit-box-shadow: 1px 1px 3px 2px #bbbdef; box-shadow: 1px 1px 3px 2px #bbbdef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,189,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbbdef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbbdef; -webkit-box-shadow: 1px 1px 3px 2px #bbbdef; box-shadow: 1px 1px 3px 2px #bbbdef;">
Div content here</div>
This div box has shadow with color #bbbdef
Comments
No comments written yet.
Please login to write comment.