Shades of Lavender Grey #BDBDD1
Tints of Lavender Grey #BDBDD1
RGB
CMYK
RGB Variations
Color information
#BDBDD1 (or 0xBDBDD1) is known color: Lavender Grey. HEX triplet: BD, BD and D1. RGB value is (189,189,209). Sum of RGB (Red+Green+Blue) = 189+189+209=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 209 (82.03% from 255 or 35.60% from 587); Max value from RGB is 209 - color contains mainly: blue. Hex color #BDBDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBDD1 is #42422E. Grayscale: #BFBFBF. Windows color (decimal): -4342319 or 13745597. OLE color: 13745597.
HSL color Cylindrical-coordinate representation of color #BDBDD1: hue angle of 240º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDBDD1 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 189 | 189 | 209 | - |
CMYK | 0.10 | 0.10 | 0 | 0.18 |
HSL | 240º | 0.18% | 0.78% | - |
HSV(B) | 240º | 0.1% | 0.82% | - |
XYZ | 50.69 | 51.82 | 67.65 | - |
YUV | 191.28 | 138 | 126.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 189 | 209 | 0.10 | 0.10 | 0 | 0.18 | 240 | 0.18 | 0.78 |
Hex | BD | BD | D1 | A | A | 0 | 12 | F0 | 12 | 4E |
Octal | 275 | 275 | 321 | 12 | 12 | 0 | 22 | 360 | 22 | 116 |
Binary | 10111101 | 10111101 | 11010001 | 1010 | 1010 | 0 | 10010 | 11110000 | 10010 | 1001110 |
Color Harmonies of #BDBDD1
Complementary color
Monochromatic Colors of #BDBDD1
Black with #BDBDD1
Text Example
Text Example
White with #BDBDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBDD1; }
p { color: rgb(189,189,209); }
H1.HeaderClassName
{
color: #BDBDD1;
}
.AnyTagClassName
{
color: #BDBDD1;
}
</style>
background-color css
<style>
a { background-color: #BDBDD1; }
a { background-color: rgb(189,189,209); }
div.DivClassName
{
background-color: #BDBDD1;
}
.BgClassName
{
background-color: #BDBDD1;
}
</style>
border-color css
<style>
span { border-color: #BDBDD1; }
span { border-color: rgb(189,189,209); }
td.TdClassName
{
border-color: #BDBDD1;
}
.TagClassName
{
border-color: #BDBDD1;
}
</style>