Shades of Lavender Grey #BBBDCC
Tints of Lavender Grey #BBBDCC
RGB
CMYK
RGB Variations
Color information
#BBBDCC (or 0xBBBDCC) is known color: Lavender Grey. HEX triplet: BB, BD and CC. RGB value is (187,189,204). Sum of RGB (Red+Green+Blue) = 187+189+204=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 189 (74.22% from 255 or 32.59% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 204 - color contains mainly: blue. Hex color #BBBDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBDCC is #444233. Grayscale: #BEBEBE. Windows color (decimal): -4473396 or 13417915. OLE color: 13417915.
HSL color Cylindrical-coordinate representation of color #BBBDCC: hue angle of 232.94º 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 #BBBDCC is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 189 | 204 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.2 |
| HSL | 232.94º | 0.14% | 0.77% | - |
| HSV(B) | 232.94º | 0.08% | 0.8% | - |
| XYZ | 49.59 | 51.32 | 64.42 | - |
| YUV | 190.11 | 135.84 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 189 | 204 | 0.08 | 0.07 | 0 | 0.2 | 232.94 | 0.14 | 0.77 |
| Hex | BB | BD | CC | 8 | 7 | 0 | 14 | E9 | E | 4D |
| Octal | 273 | 275 | 314 | 10 | 7 | 0 | 24 | 351 | 16 | 115 |
| Binary | 10111011 | 10111101 | 11001100 | 1000 | 111 | 0 | 10100 | 11101001 | 1110 | 1001101 |
Color Harmonies of #BBBDCC
Complementary color
Monochromatic Colors of #BBBDCC
Black with #BBBDCC
Text Example
Text Example
White with #BBBDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBDCC; }
p { color: rgb(187,189,204); }
H1.HeaderClassName
{
color: #BBBDCC;
}
.AnyTagClassName
{
color: #BBBDCC;
}
</style>
background-color css
<style>
a { background-color: #BBBDCC; }
a { background-color: rgb(187,189,204); }
div.DivClassName
{
background-color: #BBBDCC;
}
.BgClassName
{
background-color: #BBBDCC;
}
</style>
border-color css
<style>
span { border-color: #BBBDCC; }
span { border-color: rgb(187,189,204); }
td.TdClassName
{
border-color: #BBBDCC;
}
.TagClassName
{
border-color: #BBBDCC;
}
</style>