Shades of Lavender Grey #BDBFD9
Tints of Lavender Grey #BDBFD9
RGB
CMYK
RGB Variations
Color information
#BDBFD9 (or 0xBDBFD9) is known color: Lavender Grey. HEX triplet: BD, BF and D9. RGB value is (189,191,217). Sum of RGB (Red+Green+Blue) = 189+191+217=597 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.66% from 597); Green value is 191 (75% from 255 or 31.99% from 597); Blue value is 217 (85.16% from 255 or 36.35% from 597); Max value from RGB is 217 - color contains mainly: blue. Hex color #BDBFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBFD9 is #424026. Grayscale: #C1C1C1. Windows color (decimal): -4341799 or 14270397. OLE color: 14270397.
HSL color Cylindrical-coordinate representation of color #BDBFD9: hue angle of 235.71º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDBFD9 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 189 | 191 | 217 | - |
CMYK | 0.13 | 0.12 | 0 | 0.15 |
HSL | 235.71º | 0.27% | 0.8% | - |
HSV(B) | 235.71º | 0.13% | 0.85% | - |
XYZ | 52.14 | 53.09 | 73.14 | - |
YUV | 193.37 | 141.34 | 124.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 191 | 217 | 0.13 | 0.12 | 0 | 0.15 | 235.71 | 0.27 | 0.8 |
Hex | BD | BF | D9 | D | C | 0 | F | EC | 1B | 50 |
Octal | 275 | 277 | 331 | 15 | 14 | 0 | 17 | 354 | 33 | 120 |
Binary | 10111101 | 10111111 | 11011001 | 1101 | 1100 | 0 | 1111 | 11101100 | 11011 | 1010000 |
Color Harmonies of #BDBFD9
Complementary color
Monochromatic Colors of #BDBFD9
Black with #BDBFD9
Text Example
Text Example
White with #BDBFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBFD9; }
p { color: rgb(189,191,217); }
H1.HeaderClassName
{
color: #BDBFD9;
}
.AnyTagClassName
{
color: #BDBFD9;
}
</style>
background-color css
<style>
a { background-color: #BDBFD9; }
a { background-color: rgb(189,191,217); }
div.DivClassName
{
background-color: #BDBFD9;
}
.BgClassName
{
background-color: #BDBFD9;
}
</style>
border-color css
<style>
span { border-color: #BDBFD9; }
span { border-color: rgb(189,191,217); }
td.TdClassName
{
border-color: #BDBFD9;
}
.TagClassName
{
border-color: #BDBFD9;
}
</style>