Shades of Lavender Grey #BDC0CE
Tints of Lavender Grey #BDC0CE
RGB
CMYK
RGB Variations
Color information
#BDC0CE (or 0xBDC0CE) is known color: Lavender Grey. HEX triplet: BD, C0 and CE. RGB value is (189,192,206). Sum of RGB (Red+Green+Blue) = 189+192+206=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 192 (75.39% from 255 or 32.71% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 206 - color contains mainly: blue. Hex color #BDC0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC0CE is #423F31. Grayscale: #C0C0C0. Windows color (decimal): -4341554 or 13549757. OLE color: 13549757.
HSL color Cylindrical-coordinate representation of color #BDC0CE: hue angle of 229.41º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDC0CE is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 192 | 206 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.19 |
| HSL | 229.41º | 0.15% | 0.77% | - |
| HSV(B) | 229.41º | 0.08% | 0.81% | - |
| XYZ | 50.98 | 52.97 | 65.93 | - |
| YUV | 192.7 | 135.51 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 206 | 0.08 | 0.07 | 0 | 0.19 | 229.41 | 0.15 | 0.77 |
| Hex | BD | C0 | CE | 8 | 7 | 0 | 13 | E5 | F | 4D |
| Octal | 275 | 300 | 316 | 10 | 7 | 0 | 23 | 345 | 17 | 115 |
| Binary | 10111101 | 11000000 | 11001110 | 1000 | 111 | 0 | 10011 | 11100101 | 1111 | 1001101 |
Color Harmonies of #BDC0CE
Complementary color
Monochromatic Colors of #BDC0CE
Black with #BDC0CE
Text Example
Text Example
White with #BDC0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC0CE; }
p { color: rgb(189,192,206); }
H1.HeaderClassName
{
color: #BDC0CE;
}
.AnyTagClassName
{
color: #BDC0CE;
}
</style>
background-color css
<style>
a { background-color: #BDC0CE; }
a { background-color: rgb(189,192,206); }
div.DivClassName
{
background-color: #BDC0CE;
}
.BgClassName
{
background-color: #BDC0CE;
}
</style>
border-color css
<style>
span { border-color: #BDC0CE; }
span { border-color: rgb(189,192,206); }
td.TdClassName
{
border-color: #BDC0CE;
}
.TagClassName
{
border-color: #BDC0CE;
}
</style>