Shades of Lavender Grey #BDC0D2
Tints of Lavender Grey #BDC0D2
RGB
CMYK
RGB Variations
Color information
#BDC0D2 (or 0xBDC0D2) is known color: Lavender Grey. HEX triplet: BD, C0 and D2. RGB value is (189,192,210). Sum of RGB (Red+Green+Blue) = 189+192+210=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 192 (75.39% from 255 or 32.49% from 591); Blue value is 210 (82.42% from 255 or 35.53% from 591); Max value from RGB is 210 - color contains mainly: blue. Hex color #BDC0D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC0D2 is #423F2D. Grayscale: #C1C1C1. Windows color (decimal): -4341550 or 13811901. OLE color: 13811901.
HSL color Cylindrical-coordinate representation of color #BDC0D2: hue angle of 231.43º 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 #BDC0D2 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 192 | 210 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.18 |
| HSL | 231.43º | 0.19% | 0.78% | - |
| HSV(B) | 231.43º | 0.1% | 0.82% | - |
| XYZ | 51.47 | 53.17 | 68.52 | - |
| YUV | 193.16 | 137.51 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 210 | 0.10 | 0.09 | 0 | 0.18 | 231.43 | 0.19 | 0.78 |
| Hex | BD | C0 | D2 | A | 9 | 0 | 12 | E7 | 13 | 4E |
| Octal | 275 | 300 | 322 | 12 | 11 | 0 | 22 | 347 | 23 | 116 |
| Binary | 10111101 | 11000000 | 11010010 | 1010 | 1001 | 0 | 10010 | 11100111 | 10011 | 1001110 |
Color Harmonies of #BDC0D2
Complementary color
Monochromatic Colors of #BDC0D2
Black with #BDC0D2
Text Example
Text Example
White with #BDC0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC0D2; }
p { color: rgb(189,192,210); }
H1.HeaderClassName
{
color: #BDC0D2;
}
.AnyTagClassName
{
color: #BDC0D2;
}
</style>
background-color css
<style>
a { background-color: #BDC0D2; }
a { background-color: rgb(189,192,210); }
div.DivClassName
{
background-color: #BDC0D2;
}
.BgClassName
{
background-color: #BDC0D2;
}
</style>
border-color css
<style>
span { border-color: #BDC0D2; }
span { border-color: rgb(189,192,210); }
td.TdClassName
{
border-color: #BDC0D2;
}
.TagClassName
{
border-color: #BDC0D2;
}
</style>