Shades of Lavender Grey #BCBDD1
Tints of Lavender Grey #BCBDD1
RGB
CMYK
RGB Variations
Color information
#BCBDD1 (or 0xBCBDD1) is known color: Lavender Grey. HEX triplet: BC, BD and D1. RGB value is (188,189,209). Sum of RGB (Red+Green+Blue) = 188+189+209=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 189 (74.22% from 255 or 32.25% from 586); Blue value is 209 (82.03% from 255 or 35.67% from 586); Max value from RGB is 209 - color contains mainly: blue. Hex color #BCBDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDD1 is #43422E. Grayscale: #BEBEBE. Windows color (decimal): -4407855 or 13745596. OLE color: 13745596.
HSL color Cylindrical-coordinate representation of color #BCBDD1: hue angle of 237.14º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCBDD1 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 189 | 209 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.18 |
| HSL | 237.14º | 0.19% | 0.78% | - |
| HSV(B) | 237.14º | 0.1% | 0.82% | - |
| XYZ | 50.45 | 51.69 | 67.64 | - |
| YUV | 190.98 | 138.17 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 189 | 209 | 0.10 | 0.10 | 0 | 0.18 | 237.14 | 0.19 | 0.78 |
| Hex | BC | BD | D1 | A | A | 0 | 12 | ED | 13 | 4E |
| Octal | 274 | 275 | 321 | 12 | 12 | 0 | 22 | 355 | 23 | 116 |
| Binary | 10111100 | 10111101 | 11010001 | 1010 | 1010 | 0 | 10010 | 11101101 | 10011 | 1001110 |
Color Harmonies of #BCBDD1
Complementary color
Monochromatic Colors of #BCBDD1
Black with #BCBDD1
Text Example
Text Example
White with #BCBDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBDD1; }
p { color: rgb(188,189,209); }
H1.HeaderClassName
{
color: #BCBDD1;
}
.AnyTagClassName
{
color: #BCBDD1;
}
</style>
background-color css
<style>
a { background-color: #BCBDD1; }
a { background-color: rgb(188,189,209); }
div.DivClassName
{
background-color: #BCBDD1;
}
.BgClassName
{
background-color: #BCBDD1;
}
</style>
border-color css
<style>
span { border-color: #BCBDD1; }
span { border-color: rgb(188,189,209); }
td.TdClassName
{
border-color: #BCBDD1;
}
.TagClassName
{
border-color: #BCBDD1;
}
</style>