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