Shades of Lavender Grey #BDBED9
Tints of Lavender Grey #BDBED9
RGB
CMYK
RGB Variations
Color information
#BDBED9 (or 0xBDBED9) is known color: Lavender Grey. HEX triplet: BD, BE and D9. RGB value is (189,190,217). Sum of RGB (Red+Green+Blue) = 189+190+217=596 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.71% from 596); Green value is 190 (74.61% from 255 or 31.88% from 596); Blue value is 217 (85.16% from 255 or 36.41% from 596); Max value from RGB is 217 - color contains mainly: blue. Hex color #BDBED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBED9 is #424126. Grayscale: #C0C0C0. Windows color (decimal): -4342055 or 14270141. OLE color: 14270141.
HSL color Cylindrical-coordinate representation of color #BDBED9: hue angle of 237.86º 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 #BDBED9 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 189 | 190 | 217 | - |
CMYK | 0.13 | 0.12 | 0 | 0.15 |
HSL | 237.86º | 0.27% | 0.8% | - |
HSV(B) | 237.86º | 0.13% | 0.85% | - |
XYZ | 51.92 | 52.66 | 73.07 | - |
YUV | 192.78 | 141.67 | 125.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 190 | 217 | 0.13 | 0.12 | 0 | 0.15 | 237.86 | 0.27 | 0.8 |
Hex | BD | BE | D9 | D | C | 0 | F | EE | 1B | 50 |
Octal | 275 | 276 | 331 | 15 | 14 | 0 | 17 | 356 | 33 | 120 |
Binary | 10111101 | 10111110 | 11011001 | 1101 | 1100 | 0 | 1111 | 11101110 | 11011 | 1010000 |
Color Harmonies of #BDBED9
Complementary color
Monochromatic Colors of #BDBED9
Black with #BDBED9
Text Example
Text Example
White with #BDBED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBED9; }
p { color: rgb(189,190,217); }
H1.HeaderClassName
{
color: #BDBED9;
}
.AnyTagClassName
{
color: #BDBED9;
}
</style>
background-color css
<style>
a { background-color: #BDBED9; }
a { background-color: rgb(189,190,217); }
div.DivClassName
{
background-color: #BDBED9;
}
.BgClassName
{
background-color: #BDBED9;
}
</style>
border-color css
<style>
span { border-color: #BDBED9; }
span { border-color: rgb(189,190,217); }
td.TdClassName
{
border-color: #BDBED9;
}
.TagClassName
{
border-color: #BDBED9;
}
</style>