Shades of Lavender Grey #BDC0E2
Tints of Lavender Grey #BDC0E2
RGB
CMYK
RGB Variations
Color information
#BDC0E2 (or 0xBDC0E2) is known color: Lavender Grey. HEX triplet: BD, C0 and E2. RGB value is (189,192,226). Sum of RGB (Red+Green+Blue) = 189+192+226=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 192 (75.39% from 255 or 31.63% from 607); Blue value is 226 (88.67% from 255 or 37.23% from 607); Max value from RGB is 226 - color contains mainly: blue. Hex color #BDC0E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC0E2 is #423F1D. Grayscale: #C2C2C2. Windows color (decimal): -4341534 or 14860477. OLE color: 14860477.
HSL color Cylindrical-coordinate representation of color #BDC0E2: hue angle of 235.14º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDC0E2 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 192 | 226 | - |
| CMYK | 0.16 | 0.15 | 0 | 0.11 |
| HSL | 235.14º | 0.39% | 0.81% | - |
| HSV(B) | 235.14º | 0.16% | 0.89% | - |
| XYZ | 53.56 | 54.01 | 79.55 | - |
| YUV | 194.98 | 145.51 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 226 | 0.16 | 0.15 | 0 | 0.11 | 235.14 | 0.39 | 0.81 |
| Hex | BD | C0 | E2 | 10 | F | 0 | B | EB | 27 | 51 |
| Octal | 275 | 300 | 342 | 20 | 17 | 0 | 13 | 353 | 47 | 121 |
| Binary | 10111101 | 11000000 | 11100010 | 10000 | 1111 | 0 | 1011 | 11101011 | 100111 | 1010001 |
Color Harmonies of #BDC0E2
Complementary color
Monochromatic Colors of #BDC0E2
Black with #BDC0E2
Text Example
Text Example
White with #BDC0E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC0E2; }
p { color: rgb(189,192,226); }
H1.HeaderClassName
{
color: #BDC0E2;
}
.AnyTagClassName
{
color: #BDC0E2;
}
</style>
background-color css
<style>
a { background-color: #BDC0E2; }
a { background-color: rgb(189,192,226); }
div.DivClassName
{
background-color: #BDC0E2;
}
.BgClassName
{
background-color: #BDC0E2;
}
</style>
border-color css
<style>
span { border-color: #BDC0E2; }
span { border-color: rgb(189,192,226); }
td.TdClassName
{
border-color: #BDC0E2;
}
.TagClassName
{
border-color: #BDC0E2;
}
</style>