Shades of Lavender Grey #BBBCCC
Tints of Lavender Grey #BBBCCC
RGB
CMYK
RGB Variations
Color information
#BBBCCC (or 0xBBBCCC) is known color: Lavender Grey. HEX triplet: BB, BC and CC. RGB value is (187,188,204). Sum of RGB (Red+Green+Blue) = 187+188+204=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 188 (73.83% from 255 or 32.47% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 204 - color contains mainly: blue. Hex color #BBBCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBCCC is #444333. Grayscale: #BDBDBD. Windows color (decimal): -4473652 or 13417659. OLE color: 13417659.
HSL color Cylindrical-coordinate representation of color #BBBCCC: hue angle of 236.47º 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 #BBBCCC is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 188 | 204 | - |
| CMYK | 0.08 | 0.08 | 0 | 0.2 |
| HSL | 236.47º | 0.14% | 0.77% | - |
| HSV(B) | 236.47º | 0.08% | 0.8% | - |
| XYZ | 49.38 | 50.89 | 64.35 | - |
| YUV | 189.53 | 136.17 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 204 | 0.08 | 0.08 | 0 | 0.2 | 236.47 | 0.14 | 0.77 |
| Hex | BB | BC | CC | 8 | 8 | 0 | 14 | EC | E | 4D |
| Octal | 273 | 274 | 314 | 10 | 10 | 0 | 24 | 354 | 16 | 115 |
| Binary | 10111011 | 10111100 | 11001100 | 1000 | 1000 | 0 | 10100 | 11101100 | 1110 | 1001101 |
Color Harmonies of #BBBCCC
Complementary color
Monochromatic Colors of #BBBCCC
Black with #BBBCCC
Text Example
Text Example
White with #BBBCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBCCC; }
p { color: rgb(187,188,204); }
H1.HeaderClassName
{
color: #BBBCCC;
}
.AnyTagClassName
{
color: #BBBCCC;
}
</style>
background-color css
<style>
a { background-color: #BBBCCC; }
a { background-color: rgb(187,188,204); }
div.DivClassName
{
background-color: #BBBCCC;
}
.BgClassName
{
background-color: #BBBCCC;
}
</style>
border-color css
<style>
span { border-color: #BBBCCC; }
span { border-color: rgb(187,188,204); }
td.TdClassName
{
border-color: #BBBCCC;
}
.TagClassName
{
border-color: #BBBCCC;
}
</style>