Shades of Lavender Grey #BBBCCD
Tints of Lavender Grey #BBBCCD
RGB
CMYK
RGB Variations
Color information
#BBBCCD (or 0xBBBCCD) is known color: Lavender Grey. HEX triplet: BB, BC and CD. RGB value is (187,188,205). Sum of RGB (Red+Green+Blue) = 187+188+205=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 188 (73.83% from 255 or 32.41% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 205 - color contains mainly: blue. Hex color #BBBCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBCCD is #444332. Grayscale: #BDBDBD. Windows color (decimal): -4473651 or 13483195. OLE color: 13483195.
HSL color Cylindrical-coordinate representation of color #BBBCCD: hue angle of 236.67º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBBCCD is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 188 | 205 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.20 |
| HSL | 236.67º | 0.15% | 0.77% | - |
| HSV(B) | 236.67º | 0.09% | 0.8% | - |
| XYZ | 49.5 | 50.94 | 64.98 | - |
| YUV | 189.64 | 136.67 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 205 | 0.09 | 0.08 | 0 | 0.20 | 236.67 | 0.15 | 0.77 |
| Hex | BB | BC | CD | 9 | 8 | 0 | 14 | ED | F | 4D |
| Octal | 273 | 274 | 315 | 11 | 10 | 0 | 24 | 355 | 17 | 115 |
| Binary | 10111011 | 10111100 | 11001101 | 1001 | 1000 | 0 | 10100 | 11101101 | 1111 | 1001101 |
Color Harmonies of #BBBCCD
Complementary color
Monochromatic Colors of #BBBCCD
Black with #BBBCCD
Text Example
Text Example
White with #BBBCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBCCD; }
p { color: rgb(187,188,205); }
H1.HeaderClassName
{
color: #BBBCCD;
}
.AnyTagClassName
{
color: #BBBCCD;
}
</style>
background-color css
<style>
a { background-color: #BBBCCD; }
a { background-color: rgb(187,188,205); }
div.DivClassName
{
background-color: #BBBCCD;
}
.BgClassName
{
background-color: #BBBCCD;
}
</style>
border-color css
<style>
span { border-color: #BBBCCD; }
span { border-color: rgb(187,188,205); }
td.TdClassName
{
border-color: #BBBCCD;
}
.TagClassName
{
border-color: #BBBCCD;
}
</style>