Shades of Lavender Grey #BDC0E4
Tints of Lavender Grey #BDC0E4
RGB
CMYK
RGB Variations
Color information
#BDC0E4 (or 0xBDC0E4) is known color: Lavender Grey. HEX triplet: BD, C0 and E4. RGB value is (189,192,228). Sum of RGB (Red+Green+Blue) = 189+192+228=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 192 (75.39% from 255 or 31.53% from 609); Blue value is 228 (89.45% from 255 or 37.44% from 609); Max value from RGB is 228 - color contains mainly: blue. Hex color #BDC0E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC0E4 is #423F1B. Grayscale: #C3C3C3. Windows color (decimal): -4341532 or 14991549. OLE color: 14991549.
HSL color Cylindrical-coordinate representation of color #BDC0E4: hue angle of 235.38º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDC0E4 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 192 | 228 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.11 |
| HSL | 235.38º | 0.42% | 0.82% | - |
| HSV(B) | 235.38º | 0.17% | 0.89% | - |
| XYZ | 53.84 | 54.12 | 81.01 | - |
| YUV | 195.21 | 146.51 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 228 | 0.17 | 0.16 | 0 | 0.11 | 235.38 | 0.42 | 0.82 |
| Hex | BD | C0 | E4 | 11 | 10 | 0 | B | EB | 2A | 52 |
| Octal | 275 | 300 | 344 | 21 | 20 | 0 | 13 | 353 | 52 | 122 |
| Binary | 10111101 | 11000000 | 11100100 | 10001 | 10000 | 0 | 1011 | 11101011 | 101010 | 1010010 |
Color Harmonies of #BDC0E4
Complementary color
Monochromatic Colors of #BDC0E4
Black with #BDC0E4
Text Example
Text Example
White with #BDC0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC0E4; }
p { color: rgb(189,192,228); }
H1.HeaderClassName
{
color: #BDC0E4;
}
.AnyTagClassName
{
color: #BDC0E4;
}
</style>
background-color css
<style>
a { background-color: #BDC0E4; }
a { background-color: rgb(189,192,228); }
div.DivClassName
{
background-color: #BDC0E4;
}
.BgClassName
{
background-color: #BDC0E4;
}
</style>
border-color css
<style>
span { border-color: #BDC0E4; }
span { border-color: rgb(189,192,228); }
td.TdClassName
{
border-color: #BDC0E4;
}
.TagClassName
{
border-color: #BDC0E4;
}
</style>