Shades of Lavender Grey #BBBBCC
Tints of Lavender Grey #BBBBCC
RGB
CMYK
RGB Variations
Color information
#BBBBCC (or 0xBBBBCC) is known color: Lavender Grey. HEX triplet: BB, BB and CC. RGB value is (187,187,204). Sum of RGB (Red+Green+Blue) = 187+187+204=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 187 (73.44% from 255 or 32.35% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 204 - color contains mainly: blue. Hex color #BBBBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBBCC is #444433. Grayscale: #BCBCBC. Windows color (decimal): -4473908 or 13417403. OLE color: 13417403.
HSL color Cylindrical-coordinate representation of color #BBBBCC: hue angle of 240º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBBBCC is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 187 | 187 | 204 | - |
CMYK | 0.08 | 0.08 | 0 | 0.2 |
HSL | 240º | 0.14% | 0.77% | - |
HSV(B) | 240º | 0.08% | 0.8% | - |
XYZ | 49.16 | 50.47 | 64.28 | - |
YUV | 188.94 | 136.5 | 126.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 187 | 204 | 0.08 | 0.08 | 0 | 0.2 | 240 | 0.14 | 0.77 |
Hex | BB | BB | CC | 8 | 8 | 0 | 14 | F0 | E | 4D |
Octal | 273 | 273 | 314 | 10 | 10 | 0 | 24 | 360 | 16 | 115 |
Binary | 10111011 | 10111011 | 11001100 | 1000 | 1000 | 0 | 10100 | 11110000 | 1110 | 1001101 |
Color Harmonies of #BBBBCC
Complementary color
Monochromatic Colors of #BBBBCC
Black with #BBBBCC
Text Example
Text Example
White with #BBBBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBBCC; }
p { color: rgb(187,187,204); }
H1.HeaderClassName
{
color: #BBBBCC;
}
.AnyTagClassName
{
color: #BBBBCC;
}
</style>
background-color css
<style>
a { background-color: #BBBBCC; }
a { background-color: rgb(187,187,204); }
div.DivClassName
{
background-color: #BBBBCC;
}
.BgClassName
{
background-color: #BBBBCC;
}
</style>
border-color css
<style>
span { border-color: #BBBBCC; }
span { border-color: rgb(187,187,204); }
td.TdClassName
{
border-color: #BBBBCC;
}
.TagClassName
{
border-color: #BBBBCC;
}
</style>