Shades of Lavender Grey #BDC0E0
Tints of Lavender Grey #BDC0E0
RGB
CMYK
RGB Variations
Color information
#BDC0E0 (or 0xBDC0E0) is known color: Lavender Grey. HEX triplet: BD, C0 and E0. RGB value is (189,192,224). Sum of RGB (Red+Green+Blue) = 189+192+224=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 192 (75.39% from 255 or 31.74% from 605); Blue value is 224 (87.89% from 255 or 37.02% from 605); Max value from RGB is 224 - color contains mainly: blue. Hex color #BDC0E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC0E0 is #423F1F. Grayscale: #C2C2C2. Windows color (decimal): -4341536 or 14729405. OLE color: 14729405.
HSL color Cylindrical-coordinate representation of color #BDC0E0: hue angle of 234.86º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDC0E0 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 192 | 224 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.12 |
| HSL | 234.86º | 0.36% | 0.81% | - |
| HSV(B) | 234.86º | 0.16% | 0.88% | - |
| XYZ | 53.29 | 53.9 | 78.12 | - |
| YUV | 194.75 | 144.51 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 224 | 0.16 | 0.14 | 0 | 0.12 | 234.86 | 0.36 | 0.81 |
| Hex | BD | C0 | E0 | 10 | E | 0 | C | EB | 24 | 51 |
| Octal | 275 | 300 | 340 | 20 | 16 | 0 | 14 | 353 | 44 | 121 |
| Binary | 10111101 | 11000000 | 11100000 | 10000 | 1110 | 0 | 1100 | 11101011 | 100100 | 1010001 |
Color Harmonies of #BDC0E0
Complementary color
Monochromatic Colors of #BDC0E0
Black with #BDC0E0
Text Example
Text Example
White with #BDC0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC0E0; }
p { color: rgb(189,192,224); }
H1.HeaderClassName
{
color: #BDC0E0;
}
.AnyTagClassName
{
color: #BDC0E0;
}
</style>
background-color css
<style>
a { background-color: #BDC0E0; }
a { background-color: rgb(189,192,224); }
div.DivClassName
{
background-color: #BDC0E0;
}
.BgClassName
{
background-color: #BDC0E0;
}
</style>
border-color css
<style>
span { border-color: #BDC0E0; }
span { border-color: rgb(189,192,224); }
td.TdClassName
{
border-color: #BDC0E0;
}
.TagClassName
{
border-color: #BDC0E0;
}
</style>