Color spaces of #bbaede
RGB | 187 | 174 | 222 |
---|---|---|---|
HSL | 0.71 | 0.42 | 0.78 |
HSV | 256° | 22° | 87° |
CMYK | 0.16 | 0.22 | 0.00 0.13 |
XYZ | 48.8144 | 46.1108 | 75.4347 |
Yxy | 46.1108 | 0.2865 | 0.2707 |
Hunter Lab | 67.9049 | 9.4836 | -18.3310 |
CIE-Lab | 73.6174 | 14.1297 | -22.4576 |
#bbaede color RGB value is (187,174,222).
#bbaede hex color red value is 187, green value is 174 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bbaede hue: 0.71 , saturation: 0.42 and the lightness value of bbaede is 0.78.
The process color (four color CMYK) of #bbaede color hex is 0.16, 0.22, 0.00, 0.13. Web safe color of #bbaede is #cc99cc. Color #bbaede contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10101110 | 11011110 |
Octal | 273 | 256 | 336 |
Decimal | 187 | 174 | 222 |
Hex | BB | AE | DE |
Shades of #bbaede
Tints of #bbaede
RGB Percentages of Color #bbaede
CMYK Percentages of Color #bbaede
Complementary Color
#bbaede | #d1deae |
#bbaede Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbaede Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbaede Color CSS Codes
.mybgcolor {background-color:#bbaede; } .myforecolor {color:#bbaede; } .mybordercolor {border:3px solid #bbaede; }
#bbaede Text Font Color
<p style="color:#bbaede">Text here</p>
This sample text font color is #bbaede
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.
#bbaede Background Color
<div style="background-color:#bbaede">
Div content here</div>
This div background color is #bbaede
#bbaede Border Color
<div style="border:3px solid #bbaede">
Div here</div>
This div border color is #bbaede
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,174,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbaede; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbaede; -webkit-box-shadow: 1px 1px 3px 2px #bbaede; box-shadow: 1px 1px 3px 2px #bbaede; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,174,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbaede">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbaede; -webkit-box-shadow: 1px 1px 3px 2px #bbaede; box-shadow: 1px 1px 3px 2px #bbaede;">
Div content here</div>
This div box has shadow with color #bbaede
Comments
No comments written yet.
Please login to write comment.