Shades of Lavender Grey #BDC0DC
Tints of Lavender Grey #BDC0DC
RGB
CMYK
RGB Variations
Color information
#BDC0DC (or 0xBDC0DC) is known color: Lavender Grey. HEX triplet: BD, C0 and DC. RGB value is (189,192,220). Sum of RGB (Red+Green+Blue) = 189+192+220=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 192 (75.39% from 255 or 31.95% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDC0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC0DC is #423F23. Grayscale: #C2C2C2. Windows color (decimal): -4341540 or 14467261. OLE color: 14467261.
HSL color Cylindrical-coordinate representation of color #BDC0DC: hue angle of 234.19º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDC0DC is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 192 | 220 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.14 |
| HSL | 234.19º | 0.31% | 0.8% | - |
| HSV(B) | 234.19º | 0.14% | 0.86% | - |
| XYZ | 52.75 | 53.69 | 75.29 | - |
| YUV | 194.3 | 142.51 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 220 | 0.14 | 0.13 | 0 | 0.14 | 234.19 | 0.31 | 0.8 |
| Hex | BD | C0 | DC | E | D | 0 | E | EA | 1F | 50 |
| Octal | 275 | 300 | 334 | 16 | 15 | 0 | 16 | 352 | 37 | 120 |
| Binary | 10111101 | 11000000 | 11011100 | 1110 | 1101 | 0 | 1110 | 11101010 | 11111 | 1010000 |
Color Harmonies of #BDC0DC
Complementary color
Monochromatic Colors of #BDC0DC
Black with #BDC0DC
Text Example
Text Example
White with #BDC0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC0DC; }
p { color: rgb(189,192,220); }
H1.HeaderClassName
{
color: #BDC0DC;
}
.AnyTagClassName
{
color: #BDC0DC;
}
</style>
background-color css
<style>
a { background-color: #BDC0DC; }
a { background-color: rgb(189,192,220); }
div.DivClassName
{
background-color: #BDC0DC;
}
.BgClassName
{
background-color: #BDC0DC;
}
</style>
border-color css
<style>
span { border-color: #BDC0DC; }
span { border-color: rgb(189,192,220); }
td.TdClassName
{
border-color: #BDC0DC;
}
.TagClassName
{
border-color: #BDC0DC;
}
</style>