Shades of Lavender Grey #BDBCD9
Tints of Lavender Grey #BDBCD9
RGB
CMYK
RGB Variations
Color information
#BDBCD9 (or 0xBDBCD9) is known color: Lavender Grey. HEX triplet: BD, BC and D9. RGB value is (189,188,217). Sum of RGB (Red+Green+Blue) = 189+188+217=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 188 (73.83% from 255 or 31.65% from 594); Blue value is 217 (85.16% from 255 or 36.53% from 594); Max value from RGB is 217 - color contains mainly: blue. Hex color #BDBCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBCD9 is #424326. Grayscale: #BFBFBF. Windows color (decimal): -4342567 or 14269629. OLE color: 14269629.
HSL color Cylindrical-coordinate representation of color #BDBCD9: hue angle of 242.07º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDBCD9 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 188 | 217 | - |
| CMYK | 0.13 | 0.13 | 0 | 0.15 |
| HSL | 242.07º | 0.28% | 0.79% | - |
| HSV(B) | 242.07º | 0.13% | 0.85% | - |
| XYZ | 51.49 | 51.8 | 72.93 | - |
| YUV | 191.61 | 142.33 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 217 | 0.13 | 0.13 | 0 | 0.15 | 242.07 | 0.28 | 0.79 |
| Hex | BD | BC | D9 | D | D | 0 | F | F2 | 1C | 4F |
| Octal | 275 | 274 | 331 | 15 | 15 | 0 | 17 | 362 | 34 | 117 |
| Binary | 10111101 | 10111100 | 11011001 | 1101 | 1101 | 0 | 1111 | 11110010 | 11100 | 1001111 |
Color Harmonies of #BDBCD9
Complementary color
Monochromatic Colors of #BDBCD9
Black with #BDBCD9
Text Example
Text Example
White with #BDBCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBCD9; }
p { color: rgb(189,188,217); }
H1.HeaderClassName
{
color: #BDBCD9;
}
.AnyTagClassName
{
color: #BDBCD9;
}
</style>
background-color css
<style>
a { background-color: #BDBCD9; }
a { background-color: rgb(189,188,217); }
div.DivClassName
{
background-color: #BDBCD9;
}
.BgClassName
{
background-color: #BDBCD9;
}
</style>
border-color css
<style>
span { border-color: #BDBCD9; }
span { border-color: rgb(189,188,217); }
td.TdClassName
{
border-color: #BDBCD9;
}
.TagClassName
{
border-color: #BDBCD9;
}
</style>