Shades of Lavender Grey #BCB8DC
Tints of Lavender Grey #BCB8DC
RGB
CMYK
RGB Variations
Color information
#BCB8DC (or 0xBCB8DC) is known color: Lavender Grey. HEX triplet: BC, B8 and DC. RGB value is (188,184,220). Sum of RGB (Red+Green+Blue) = 188+184+220=592 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.76% from 592); Green value is 184 (72.27% from 255 or 31.08% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 220 - color contains mainly: blue. Hex color #BCB8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB8DC is #434723. Grayscale: #BDBDBD. Windows color (decimal): -4409124 or 14465212. OLE color: 14465212.
HSL color Cylindrical-coordinate representation of color #BCB8DC: hue angle of 246.67º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCB8DC is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 184 | 220 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.14 |
| HSL | 246.67º | 0.34% | 0.79% | - |
| HSV(B) | 246.67º | 0.16% | 0.86% | - |
| XYZ | 50.8 | 50.14 | 74.71 | - |
| YUV | 189.3 | 145.33 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 184 | 220 | 0.15 | 0.16 | 0 | 0.14 | 246.67 | 0.34 | 0.79 |
| Hex | BC | B8 | DC | F | 10 | 0 | E | F7 | 22 | 4F |
| Octal | 274 | 270 | 334 | 17 | 20 | 0 | 16 | 367 | 42 | 117 |
| Binary | 10111100 | 10111000 | 11011100 | 1111 | 10000 | 0 | 1110 | 11110111 | 100010 | 1001111 |
Color Harmonies of #BCB8DC
Complementary color
Monochromatic Colors of #BCB8DC
Black with #BCB8DC
Text Example
Text Example
White with #BCB8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB8DC; }
p { color: rgb(188,184,220); }
H1.HeaderClassName
{
color: #BCB8DC;
}
.AnyTagClassName
{
color: #BCB8DC;
}
</style>
background-color css
<style>
a { background-color: #BCB8DC; }
a { background-color: rgb(188,184,220); }
div.DivClassName
{
background-color: #BCB8DC;
}
.BgClassName
{
background-color: #BCB8DC;
}
</style>
border-color css
<style>
span { border-color: #BCB8DC; }
span { border-color: rgb(188,184,220); }
td.TdClassName
{
border-color: #BCB8DC;
}
.TagClassName
{
border-color: #BCB8DC;
}
</style>