Shades of Lavender Grey #BDBDD2
Tints of Lavender Grey #BDBDD2
RGB
CMYK
RGB Variations
Color information
#BDBDD2 (or 0xBDBDD2) is known color: Lavender Grey. HEX triplet: BD, BD and D2. RGB value is (189,189,210). Sum of RGB (Red+Green+Blue) = 189+189+210=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 210 (82.42% from 255 or 35.71% from 588); Max value from RGB is 210 - color contains mainly: blue. Hex color #BDBDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBDD2 is #42422D. Grayscale: #BFBFBF. Windows color (decimal): -4342318 or 13811133. OLE color: 13811133.
HSL color Cylindrical-coordinate representation of color #BDBDD2: hue angle of 240º degrees, saturation: 0.19, 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 #BDBDD2 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 189 | 189 | 210 | - |
CMYK | 0.10 | 0.10 | 0 | 0.18 |
HSL | 240º | 0.19% | 0.78% | - |
HSV(B) | 240º | 0.1% | 0.82% | - |
XYZ | 50.82 | 51.87 | 68.31 | - |
YUV | 191.39 | 138.5 | 126.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 189 | 210 | 0.10 | 0.10 | 0 | 0.18 | 240 | 0.19 | 0.78 |
Hex | BD | BD | D2 | A | A | 0 | 12 | F0 | 13 | 4E |
Octal | 275 | 275 | 322 | 12 | 12 | 0 | 22 | 360 | 23 | 116 |
Binary | 10111101 | 10111101 | 11010010 | 1010 | 1010 | 0 | 10010 | 11110000 | 10011 | 1001110 |
Color Harmonies of #BDBDD2
Complementary color
Monochromatic Colors of #BDBDD2
Black with #BDBDD2
Text Example
Text Example
White with #BDBDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBDD2; }
p { color: rgb(189,189,210); }
H1.HeaderClassName
{
color: #BDBDD2;
}
.AnyTagClassName
{
color: #BDBDD2;
}
</style>
background-color css
<style>
a { background-color: #BDBDD2; }
a { background-color: rgb(189,189,210); }
div.DivClassName
{
background-color: #BDBDD2;
}
.BgClassName
{
background-color: #BDBDD2;
}
</style>
border-color css
<style>
span { border-color: #BDBDD2; }
span { border-color: rgb(189,189,210); }
td.TdClassName
{
border-color: #BDBDD2;
}
.TagClassName
{
border-color: #BDBDD2;
}
</style>