Shades of Lavender Grey #BCB9DC
Tints of Lavender Grey #BCB9DC
RGB
CMYK
RGB Variations
Color information
#BCB9DC (or 0xBCB9DC) is known color: Lavender Grey. HEX triplet: BC, B9 and DC. RGB value is (188,185,220). Sum of RGB (Red+Green+Blue) = 188+185+220=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 185 (72.66% from 255 or 31.20% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 220 - color contains mainly: blue. Hex color #BCB9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB9DC is #434623. Grayscale: #BDBDBD. Windows color (decimal): -4408868 or 14465468. OLE color: 14465468.
HSL color Cylindrical-coordinate representation of color #BCB9DC: hue angle of 245.14º degrees, saturation: 0.33, 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 #BCB9DC is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 185 | 220 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.14 |
| HSL | 245.14º | 0.33% | 0.79% | - |
| HSV(B) | 245.14º | 0.16% | 0.86% | - |
| XYZ | 51.01 | 50.56 | 74.78 | - |
| YUV | 189.89 | 144.99 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 220 | 0.15 | 0.16 | 0 | 0.14 | 245.14 | 0.33 | 0.79 |
| Hex | BC | B9 | DC | F | 10 | 0 | E | F5 | 21 | 4F |
| Octal | 274 | 271 | 334 | 17 | 20 | 0 | 16 | 365 | 41 | 117 |
| Binary | 10111100 | 10111001 | 11011100 | 1111 | 10000 | 0 | 1110 | 11110101 | 100001 | 1001111 |
Color Harmonies of #BCB9DC
Complementary color
Monochromatic Colors of #BCB9DC
Black with #BCB9DC
Text Example
Text Example
White with #BCB9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB9DC; }
p { color: rgb(188,185,220); }
H1.HeaderClassName
{
color: #BCB9DC;
}
.AnyTagClassName
{
color: #BCB9DC;
}
</style>
background-color css
<style>
a { background-color: #BCB9DC; }
a { background-color: rgb(188,185,220); }
div.DivClassName
{
background-color: #BCB9DC;
}
.BgClassName
{
background-color: #BCB9DC;
}
</style>
border-color css
<style>
span { border-color: #BCB9DC; }
span { border-color: rgb(188,185,220); }
td.TdClassName
{
border-color: #BCB9DC;
}
.TagClassName
{
border-color: #BCB9DC;
}
</style>