Shades of Lavender Grey #BDBCD1
Tints of Lavender Grey #BDBCD1
RGB
CMYK
RGB Variations
Color information
#BDBCD1 (or 0xBDBCD1) is known color: Lavender Grey. HEX triplet: BD, BC and D1. RGB value is (189,188,209). Sum of RGB (Red+Green+Blue) = 189+188+209=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 188 (73.83% from 255 or 32.08% 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 #BDBCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBCD1 is #42432E. Grayscale: #BEBEBE. Windows color (decimal): -4342575 or 13745341. OLE color: 13745341.
HSL color Cylindrical-coordinate representation of color #BDBCD1: hue angle of 242.86º 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 #BDBCD1 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 188 | 209 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.18 |
| HSL | 242.86º | 0.19% | 0.78% | - |
| HSV(B) | 242.86º | 0.1% | 0.82% | - |
| XYZ | 50.48 | 51.39 | 67.58 | - |
| YUV | 190.69 | 138.33 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 209 | 0.10 | 0.10 | 0 | 0.18 | 242.86 | 0.19 | 0.78 |
| Hex | BD | BC | D1 | A | A | 0 | 12 | F3 | 13 | 4E |
| Octal | 275 | 274 | 321 | 12 | 12 | 0 | 22 | 363 | 23 | 116 |
| Binary | 10111101 | 10111100 | 11010001 | 1010 | 1010 | 0 | 10010 | 11110011 | 10011 | 1001110 |
Color Harmonies of #BDBCD1
Complementary color
Monochromatic Colors of #BDBCD1
Black with #BDBCD1
Text Example
Text Example
White with #BDBCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBCD1; }
p { color: rgb(189,188,209); }
H1.HeaderClassName
{
color: #BDBCD1;
}
.AnyTagClassName
{
color: #BDBCD1;
}
</style>
background-color css
<style>
a { background-color: #BDBCD1; }
a { background-color: rgb(189,188,209); }
div.DivClassName
{
background-color: #BDBCD1;
}
.BgClassName
{
background-color: #BDBCD1;
}
</style>
border-color css
<style>
span { border-color: #BDBCD1; }
span { border-color: rgb(189,188,209); }
td.TdClassName
{
border-color: #BDBCD1;
}
.TagClassName
{
border-color: #BDBCD1;
}
</style>