Shades of Lavender Grey #BDC1DB
Tints of Lavender Grey #BDC1DB
RGB
CMYK
RGB Variations
Color information
#BDC1DB (or 0xBDC1DB) is known color: Lavender Grey. HEX triplet: BD, C1 and DB. RGB value is (189,193,219). Sum of RGB (Red+Green+Blue) = 189+193+219=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 193 (75.78% from 255 or 32.11% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDC1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC1DB is #423E24. Grayscale: #C2C2C2. Windows color (decimal): -4341285 or 14401981. OLE color: 14401981.
HSL color Cylindrical-coordinate representation of color #BDC1DB: hue angle of 232º degrees, saturation: 0.29, 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 #BDC1DB is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 193 | 219 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.14 |
| HSL | 232º | 0.29% | 0.8% | - |
| HSV(B) | 232º | 0.14% | 0.86% | - |
| XYZ | 52.84 | 54.07 | 74.67 | - |
| YUV | 194.77 | 141.67 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 219 | 0.14 | 0.12 | 0 | 0.14 | 232 | 0.29 | 0.8 |
| Hex | BD | C1 | DB | E | C | 0 | E | E8 | 1D | 50 |
| Octal | 275 | 301 | 333 | 16 | 14 | 0 | 16 | 350 | 35 | 120 |
| Binary | 10111101 | 11000001 | 11011011 | 1110 | 1100 | 0 | 1110 | 11101000 | 11101 | 1010000 |
Color Harmonies of #BDC1DB
Complementary color
Monochromatic Colors of #BDC1DB
Black with #BDC1DB
Text Example
Text Example
White with #BDC1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC1DB; }
p { color: rgb(189,193,219); }
H1.HeaderClassName
{
color: #BDC1DB;
}
.AnyTagClassName
{
color: #BDC1DB;
}
</style>
background-color css
<style>
a { background-color: #BDC1DB; }
a { background-color: rgb(189,193,219); }
div.DivClassName
{
background-color: #BDC1DB;
}
.BgClassName
{
background-color: #BDC1DB;
}
</style>
border-color css
<style>
span { border-color: #BDC1DB; }
span { border-color: rgb(189,193,219); }
td.TdClassName
{
border-color: #BDC1DB;
}
.TagClassName
{
border-color: #BDC1DB;
}
</style>