Shades of Lavender Grey #BCBBDD
Tints of Lavender Grey #BCBBDD
RGB
CMYK
RGB Variations
Color information
#BCBBDD (or 0xBCBBDD) is known color: Lavender Grey. HEX triplet: BC, BB and DD. RGB value is (188,187,221). Sum of RGB (Red+Green+Blue) = 188+187+221=596 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.54% from 596); Green value is 187 (73.44% from 255 or 31.38% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 221 - color contains mainly: blue. Hex color #BCBBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBDD is #434422. Grayscale: #BFBFBF. Windows color (decimal): -4408355 or 14531516. OLE color: 14531516.
HSL color Cylindrical-coordinate representation of color #BCBBDD: hue angle of 241.76º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCBBDD is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 187 | 221 | - |
| CMYK | 0.15 | 0.15 | 0 | 0.13 |
| HSL | 241.76º | 0.33% | 0.8% | - |
| HSV(B) | 241.76º | 0.15% | 0.87% | - |
| XYZ | 51.56 | 51.45 | 75.62 | - |
| YUV | 191.18 | 144.83 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 221 | 0.15 | 0.15 | 0 | 0.13 | 241.76 | 0.33 | 0.8 |
| Hex | BC | BB | DD | F | F | 0 | D | F2 | 21 | 50 |
| Octal | 274 | 273 | 335 | 17 | 17 | 0 | 15 | 362 | 41 | 120 |
| Binary | 10111100 | 10111011 | 11011101 | 1111 | 1111 | 0 | 1101 | 11110010 | 100001 | 1010000 |
Color Harmonies of #BCBBDD
Complementary color
Monochromatic Colors of #BCBBDD
Black with #BCBBDD
Text Example
Text Example
White with #BCBBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBBDD; }
p { color: rgb(188,187,221); }
H1.HeaderClassName
{
color: #BCBBDD;
}
.AnyTagClassName
{
color: #BCBBDD;
}
</style>
background-color css
<style>
a { background-color: #BCBBDD; }
a { background-color: rgb(188,187,221); }
div.DivClassName
{
background-color: #BCBBDD;
}
.BgClassName
{
background-color: #BCBBDD;
}
</style>
border-color css
<style>
span { border-color: #BCBBDD; }
span { border-color: rgb(188,187,221); }
td.TdClassName
{
border-color: #BCBBDD;
}
.TagClassName
{
border-color: #BCBBDD;
}
</style>