Shades of Lavender Grey #BDC0CF
Tints of Lavender Grey #BDC0CF
RGB
CMYK
RGB Variations
Color information
#BDC0CF (or 0xBDC0CF) is known color: Lavender Grey. HEX triplet: BD, C0 and CF. RGB value is (189,192,207). Sum of RGB (Red+Green+Blue) = 189+192+207=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 192 (75.39% from 255 or 32.65% from 588); Blue value is 207 (81.25% from 255 or 35.20% from 588); Max value from RGB is 207 - color contains mainly: blue. Hex color #BDC0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC0CF is #423F30. Grayscale: #C0C0C0. Windows color (decimal): -4341553 or 13615293. OLE color: 13615293.
HSL color Cylindrical-coordinate representation of color #BDC0CF: hue angle of 230º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDC0CF is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 192 | 207 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.19 |
| HSL | 230º | 0.16% | 0.78% | - |
| HSV(B) | 230º | 0.09% | 0.81% | - |
| XYZ | 51.1 | 53.02 | 66.57 | - |
| YUV | 192.81 | 136.01 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 207 | 0.09 | 0.07 | 0 | 0.19 | 230 | 0.16 | 0.78 |
| Hex | BD | C0 | CF | 9 | 7 | 0 | 13 | E6 | 10 | 4E |
| Octal | 275 | 300 | 317 | 11 | 7 | 0 | 23 | 346 | 20 | 116 |
| Binary | 10111101 | 11000000 | 11001111 | 1001 | 111 | 0 | 10011 | 11100110 | 10000 | 1001110 |
Color Harmonies of #BDC0CF
Complementary color
Monochromatic Colors of #BDC0CF
Black with #BDC0CF
Text Example
Text Example
White with #BDC0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC0CF; }
p { color: rgb(189,192,207); }
H1.HeaderClassName
{
color: #BDC0CF;
}
.AnyTagClassName
{
color: #BDC0CF;
}
</style>
background-color css
<style>
a { background-color: #BDC0CF; }
a { background-color: rgb(189,192,207); }
div.DivClassName
{
background-color: #BDC0CF;
}
.BgClassName
{
background-color: #BDC0CF;
}
</style>
border-color css
<style>
span { border-color: #BDC0CF; }
span { border-color: rgb(189,192,207); }
td.TdClassName
{
border-color: #BDC0CF;
}
.TagClassName
{
border-color: #BDC0CF;
}
</style>