Shades of Lavender Grey #BBBBCE
Tints of Lavender Grey #BBBBCE
RGB
CMYK
RGB Variations
Color information
#BBBBCE (or 0xBBBBCE) is known color: Lavender Grey. HEX triplet: BB, BB and CE. RGB value is (187,187,206). Sum of RGB (Red+Green+Blue) = 187+187+206=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 187 (73.44% from 255 or 32.24% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 206 - color contains mainly: blue. Hex color #BBBBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBBCE is #444431. Grayscale: #BDBDBD. Windows color (decimal): -4473906 or 13548475. OLE color: 13548475.
HSL color Cylindrical-coordinate representation of color #BBBBCE: hue angle of 240º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBBBCE is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 187 | 206 | - |
| CMYK | 0.09 | 0.09 | 0 | 0.19 |
| HSL | 240º | 0.16% | 0.77% | - |
| HSV(B) | 240º | 0.09% | 0.81% | - |
| XYZ | 49.4 | 50.56 | 65.55 | - |
| YUV | 189.17 | 137.5 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 187 | 206 | 0.09 | 0.09 | 0 | 0.19 | 240 | 0.16 | 0.77 |
| Hex | BB | BB | CE | 9 | 9 | 0 | 13 | F0 | 10 | 4D |
| Octal | 273 | 273 | 316 | 11 | 11 | 0 | 23 | 360 | 20 | 115 |
| Binary | 10111011 | 10111011 | 11001110 | 1001 | 1001 | 0 | 10011 | 11110000 | 10000 | 1001101 |
Color Harmonies of #BBBBCE
Complementary color
Monochromatic Colors of #BBBBCE
Black with #BBBBCE
Text Example
Text Example
White with #BBBBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBBCE; }
p { color: rgb(187,187,206); }
H1.HeaderClassName
{
color: #BBBBCE;
}
.AnyTagClassName
{
color: #BBBBCE;
}
</style>
background-color css
<style>
a { background-color: #BBBBCE; }
a { background-color: rgb(187,187,206); }
div.DivClassName
{
background-color: #BBBBCE;
}
.BgClassName
{
background-color: #BBBBCE;
}
</style>
border-color css
<style>
span { border-color: #BBBBCE; }
span { border-color: rgb(187,187,206); }
td.TdClassName
{
border-color: #BBBBCE;
}
.TagClassName
{
border-color: #BBBBCE;
}
</style>