Shades of Lavender Grey #BBBECC
Tints of Lavender Grey #BBBECC
RGB
CMYK
RGB Variations
Color information
#BBBECC (or 0xBBBECC) is known color: Lavender Grey. HEX triplet: BB, BE and CC. RGB value is (187,190,204). Sum of RGB (Red+Green+Blue) = 187+190+204=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 190 (74.61% from 255 or 32.70% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 204 - color contains mainly: blue. Hex color #BBBECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBECC is #444133. Grayscale: #BEBEBE. Windows color (decimal): -4473140 or 13418171. OLE color: 13418171.
HSL color Cylindrical-coordinate representation of color #BBBECC: hue angle of 229.41º 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 #BBBECC is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 190 | 204 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.2 |
| HSL | 229.41º | 0.14% | 0.77% | - |
| HSV(B) | 229.41º | 0.08% | 0.8% | - |
| XYZ | 49.81 | 51.75 | 64.49 | - |
| YUV | 190.7 | 135.51 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 190 | 204 | 0.08 | 0.07 | 0 | 0.2 | 229.41 | 0.14 | 0.77 |
| Hex | BB | BE | CC | 8 | 7 | 0 | 14 | E5 | E | 4D |
| Octal | 273 | 276 | 314 | 10 | 7 | 0 | 24 | 345 | 16 | 115 |
| Binary | 10111011 | 10111110 | 11001100 | 1000 | 111 | 0 | 10100 | 11100101 | 1110 | 1001101 |
Color Harmonies of #BBBECC
Complementary color
Monochromatic Colors of #BBBECC
Black with #BBBECC
Text Example
Text Example
White with #BBBECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBECC; }
p { color: rgb(187,190,204); }
H1.HeaderClassName
{
color: #BBBECC;
}
.AnyTagClassName
{
color: #BBBECC;
}
</style>
background-color css
<style>
a { background-color: #BBBECC; }
a { background-color: rgb(187,190,204); }
div.DivClassName
{
background-color: #BBBECC;
}
.BgClassName
{
background-color: #BBBECC;
}
</style>
border-color css
<style>
span { border-color: #BBBECC; }
span { border-color: rgb(187,190,204); }
td.TdClassName
{
border-color: #BBBECC;
}
.TagClassName
{
border-color: #BBBECC;
}
</style>