Shades of Lavender Grey #BDC0D9
Tints of Lavender Grey #BDC0D9
RGB
CMYK
RGB Variations
Color information
#BDC0D9 (or 0xBDC0D9) is known color: Lavender Grey. HEX triplet: BD, C0 and D9. RGB value is (189,192,217). Sum of RGB (Red+Green+Blue) = 189+192+217=598 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.61% from 598); Green value is 192 (75.39% from 255 or 32.11% from 598); Blue value is 217 (85.16% from 255 or 36.29% from 598); Max value from RGB is 217 - color contains mainly: blue. Hex color #BDC0D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC0D9 is #423F26. Grayscale: #C1C1C1. Windows color (decimal): -4341543 or 14270653. OLE color: 14270653.
HSL color Cylindrical-coordinate representation of color #BDC0D9: hue angle of 233.57º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDC0D9 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 192 | 217 | - |
| CMYK | 0.13 | 0.12 | 0 | 0.15 |
| HSL | 233.57º | 0.27% | 0.8% | - |
| HSV(B) | 233.57º | 0.13% | 0.85% | - |
| XYZ | 52.36 | 53.53 | 73.22 | - |
| YUV | 193.95 | 141.01 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 217 | 0.13 | 0.12 | 0 | 0.15 | 233.57 | 0.27 | 0.8 |
| Hex | BD | C0 | D9 | D | C | 0 | F | EA | 1B | 50 |
| Octal | 275 | 300 | 331 | 15 | 14 | 0 | 17 | 352 | 33 | 120 |
| Binary | 10111101 | 11000000 | 11011001 | 1101 | 1100 | 0 | 1111 | 11101010 | 11011 | 1010000 |
Color Harmonies of #BDC0D9
Complementary color
Monochromatic Colors of #BDC0D9
Black with #BDC0D9
Text Example
Text Example
White with #BDC0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC0D9; }
p { color: rgb(189,192,217); }
H1.HeaderClassName
{
color: #BDC0D9;
}
.AnyTagClassName
{
color: #BDC0D9;
}
</style>
background-color css
<style>
a { background-color: #BDC0D9; }
a { background-color: rgb(189,192,217); }
div.DivClassName
{
background-color: #BDC0D9;
}
.BgClassName
{
background-color: #BDC0D9;
}
</style>
border-color css
<style>
span { border-color: #BDC0D9; }
span { border-color: rgb(189,192,217); }
td.TdClassName
{
border-color: #BDC0D9;
}
.TagClassName
{
border-color: #BDC0D9;
}
</style>