Shades of Lavender Grey #BCBBDC
Tints of Lavender Grey #BCBBDC
RGB
CMYK
RGB Variations
Color information
#BCBBDC (or 0xBCBBDC) is known color: Lavender Grey. HEX triplet: BC, BB and DC. RGB value is (188,187,220). Sum of RGB (Red+Green+Blue) = 188+187+220=595 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.60% from 595); Green value is 187 (73.44% from 255 or 31.43% 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 #BCBBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBDC is #434423. Grayscale: #BEBEBE. Windows color (decimal): -4408356 or 14465980. OLE color: 14465980.
HSL color Cylindrical-coordinate representation of color #BCBBDC: hue angle of 241.82º 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 #BCBBDC is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 187 | 220 | - |
| CMYK | 0.15 | 0.15 | 0 | 0.14 |
| HSL | 241.82º | 0.32% | 0.8% | - |
| HSV(B) | 241.82º | 0.15% | 0.86% | - |
| XYZ | 51.43 | 51.4 | 74.92 | - |
| YUV | 191.06 | 144.33 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 220 | 0.15 | 0.15 | 0 | 0.14 | 241.82 | 0.32 | 0.8 |
| Hex | BC | BB | DC | F | F | 0 | E | F2 | 20 | 50 |
| Octal | 274 | 273 | 334 | 17 | 17 | 0 | 16 | 362 | 40 | 120 |
| Binary | 10111100 | 10111011 | 11011100 | 1111 | 1111 | 0 | 1110 | 11110010 | 100000 | 1010000 |
Color Harmonies of #BCBBDC
Complementary color
Monochromatic Colors of #BCBBDC
Black with #BCBBDC
Text Example
Text Example
White with #BCBBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBBDC; }
p { color: rgb(188,187,220); }
H1.HeaderClassName
{
color: #BCBBDC;
}
.AnyTagClassName
{
color: #BCBBDC;
}
</style>
background-color css
<style>
a { background-color: #BCBBDC; }
a { background-color: rgb(188,187,220); }
div.DivClassName
{
background-color: #BCBBDC;
}
.BgClassName
{
background-color: #BCBBDC;
}
</style>
border-color css
<style>
span { border-color: #BCBBDC; }
span { border-color: rgb(188,187,220); }
td.TdClassName
{
border-color: #BCBBDC;
}
.TagClassName
{
border-color: #BCBBDC;
}
</style>