Shades of Lavender Grey #BDC0D3
Tints of Lavender Grey #BDC0D3
RGB
CMYK
RGB Variations
Color information
#BDC0D3 (or 0xBDC0D3) is known color: Lavender Grey. HEX triplet: BD, C0 and D3. RGB value is (189,192,211). Sum of RGB (Red+Green+Blue) = 189+192+211=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 192 (75.39% from 255 or 32.43% from 592); Blue value is 211 (82.81% from 255 or 35.64% from 592); Max value from RGB is 211 - color contains mainly: blue. Hex color #BDC0D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC0D3 is #423F2C. Grayscale: #C1C1C1. Windows color (decimal): -4341549 or 13877437. OLE color: 13877437.
HSL color Cylindrical-coordinate representation of color #BDC0D3: hue angle of 231.82º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDC0D3 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 192 | 211 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.17 |
| HSL | 231.82º | 0.2% | 0.78% | - |
| HSV(B) | 231.82º | 0.1% | 0.83% | - |
| XYZ | 51.59 | 53.22 | 69.18 | - |
| YUV | 193.27 | 138.01 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 211 | 0.10 | 0.09 | 0 | 0.17 | 231.82 | 0.2 | 0.78 |
| Hex | BD | C0 | D3 | A | 9 | 0 | 11 | E8 | 14 | 4E |
| Octal | 275 | 300 | 323 | 12 | 11 | 0 | 21 | 350 | 24 | 116 |
| Binary | 10111101 | 11000000 | 11010011 | 1010 | 1001 | 0 | 10001 | 11101000 | 10100 | 1001110 |
Color Harmonies of #BDC0D3
Complementary color
Monochromatic Colors of #BDC0D3
Black with #BDC0D3
Text Example
Text Example
White with #BDC0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC0D3; }
p { color: rgb(189,192,211); }
H1.HeaderClassName
{
color: #BDC0D3;
}
.AnyTagClassName
{
color: #BDC0D3;
}
</style>
background-color css
<style>
a { background-color: #BDC0D3; }
a { background-color: rgb(189,192,211); }
div.DivClassName
{
background-color: #BDC0D3;
}
.BgClassName
{
background-color: #BDC0D3;
}
</style>
border-color css
<style>
span { border-color: #BDC0D3; }
span { border-color: rgb(189,192,211); }
td.TdClassName
{
border-color: #BDC0D3;
}
.TagClassName
{
border-color: #BDC0D3;
}
</style>