Color spaces of #b6bbea
RGB | 182 | 187 | 234 |
---|---|---|---|
HSL | 0.65 | 0.55 | 0.82 |
HSV | 234° | 22° | 92° |
CMYK | 0.22 | 0.20 | 0.00 0.08 |
XYZ | 51.9130 | 51.4262 | 85.0320 |
Yxy | 51.4262 | 0.2756 | 0.2730 |
Hunter Lab | 71.7121 | 3.7216 | -20.1042 |
CIE-Lab | 76.9365 | 8.1224 | -23.9426 |
#b6bbea color RGB value is (182,187,234).
#b6bbea hex color red value is 182, green value is 187 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b6bbea hue: 0.65 , saturation: 0.55 and the lightness value of b6bbea is 0.82.
The process color (four color CMYK) of #b6bbea color hex is 0.22, 0.20, 0.00, 0.08. Web safe color of #b6bbea is #ccccff. Color #b6bbea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 10111011 | 11101010 |
Octal | 266 | 273 | 352 |
Decimal | 182 | 187 | 234 |
Hex | B6 | BB | EA |
Shades of #b6bbea
Tints of #b6bbea
RGB Percentages of Color #b6bbea
CMYK Percentages of Color #b6bbea
Complementary Color
#b6bbea | #eae5b6 |
#b6bbea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b6bbea Color Preview on White Background
Lorem ipsum dolor sit amet.
#b6bbea Color CSS Codes
.mybgcolor {background-color:#b6bbea; } .myforecolor {color:#b6bbea; } .mybordercolor {border:3px solid #b6bbea; }
#b6bbea Text Font Color
<p style="color:#b6bbea">Text here</p>
This sample text font color is #b6bbea
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.
#b6bbea Background Color
<div style="background-color:#b6bbea">
Div content here</div>
This div background color is #b6bbea
#b6bbea Border Color
<div style="border:3px solid #b6bbea">
Div here</div>
This div border color is #b6bbea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,187,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b6bbea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b6bbea; -webkit-box-shadow: 1px 1px 3px 2px #b6bbea; box-shadow: 1px 1px 3px 2px #b6bbea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,187,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b6bbea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b6bbea; -webkit-box-shadow: 1px 1px 3px 2px #b6bbea; box-shadow: 1px 1px 3px 2px #b6bbea;">
Div content here</div>
This div box has shadow with color #b6bbea
Comments
No comments written yet.
Please login to write comment.