Shades of Lavender Grey #BDC1DD
Tints of Lavender Grey #BDC1DD
RGB
CMYK
RGB Variations
Color information
#BDC1DD (or 0xBDC1DD) is known color: Lavender Grey. HEX triplet: BD, C1 and DD. RGB value is (189,193,221). Sum of RGB (Red+Green+Blue) = 189+193+221=603 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.34% from 603); Green value is 193 (75.78% from 255 or 32.01% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDC1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC1DD is #423E22. Grayscale: #C2C2C2. Windows color (decimal): -4341283 or 14533053. OLE color: 14533053.
HSL color Cylindrical-coordinate representation of color #BDC1DD: hue angle of 232.5º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDC1DD is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 189 | 193 | 221 | - |
CMYK | 0.14 | 0.13 | 0 | 0.13 |
HSL | 232.5º | 0.32% | 0.8% | - |
HSV(B) | 232.5º | 0.14% | 0.87% | - |
XYZ | 53.11 | 54.18 | 76.07 | - |
YUV | 195 | 142.67 | 123.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 193 | 221 | 0.14 | 0.13 | 0 | 0.13 | 232.5 | 0.32 | 0.8 |
Hex | BD | C1 | DD | E | D | 0 | D | E8 | 20 | 50 |
Octal | 275 | 301 | 335 | 16 | 15 | 0 | 15 | 350 | 40 | 120 |
Binary | 10111101 | 11000001 | 11011101 | 1110 | 1101 | 0 | 1101 | 11101000 | 100000 | 1010000 |
Color Harmonies of #BDC1DD
Complementary color
Monochromatic Colors of #BDC1DD
Black with #BDC1DD
Text Example
Text Example
White with #BDC1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC1DD; }
p { color: rgb(189,193,221); }
H1.HeaderClassName
{
color: #BDC1DD;
}
.AnyTagClassName
{
color: #BDC1DD;
}
</style>
background-color css
<style>
a { background-color: #BDC1DD; }
a { background-color: rgb(189,193,221); }
div.DivClassName
{
background-color: #BDC1DD;
}
.BgClassName
{
background-color: #BDC1DD;
}
</style>
border-color css
<style>
span { border-color: #BDC1DD; }
span { border-color: rgb(189,193,221); }
td.TdClassName
{
border-color: #BDC1DD;
}
.TagClassName
{
border-color: #BDC1DD;
}
</style>