Shades of Lavender Grey #BBBCDC
Tints of Lavender Grey #BBBCDC
RGB
CMYK
RGB Variations
Color information
#BBBCDC (or 0xBBBCDC) is known color: Lavender Grey. HEX triplet: BB, BC and DC. RGB value is (187,188,220). Sum of RGB (Red+Green+Blue) = 187+188+220=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 188 (73.83% from 255 or 31.60% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBBCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBCDC is #444323. Grayscale: #BFBFBF. Windows color (decimal): -4473636 or 14466235. OLE color: 14466235.
HSL color Cylindrical-coordinate representation of color #BBBCDC: hue angle of 238.18º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBBCDC is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 188 | 220 | - |
| CMYK | 0.15 | 0.15 | 0 | 0.14 |
| HSL | 238.18º | 0.32% | 0.8% | - |
| HSV(B) | 238.18º | 0.15% | 0.86% | - |
| XYZ | 51.4 | 51.7 | 74.98 | - |
| YUV | 191.35 | 144.17 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 220 | 0.15 | 0.15 | 0 | 0.14 | 238.18 | 0.32 | 0.8 |
| Hex | BB | BC | DC | F | F | 0 | E | EE | 20 | 50 |
| Octal | 273 | 274 | 334 | 17 | 17 | 0 | 16 | 356 | 40 | 120 |
| Binary | 10111011 | 10111100 | 11011100 | 1111 | 1111 | 0 | 1110 | 11101110 | 100000 | 1010000 |
Color Harmonies of #BBBCDC
Complementary color
Monochromatic Colors of #BBBCDC
Black with #BBBCDC
Text Example
Text Example
White with #BBBCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBCDC; }
p { color: rgb(187,188,220); }
H1.HeaderClassName
{
color: #BBBCDC;
}
.AnyTagClassName
{
color: #BBBCDC;
}
</style>
background-color css
<style>
a { background-color: #BBBCDC; }
a { background-color: rgb(187,188,220); }
div.DivClassName
{
background-color: #BBBCDC;
}
.BgClassName
{
background-color: #BBBCDC;
}
</style>
border-color css
<style>
span { border-color: #BBBCDC; }
span { border-color: rgb(187,188,220); }
td.TdClassName
{
border-color: #BBBCDC;
}
.TagClassName
{
border-color: #BBBCDC;
}
</style>