Shades of Lavender Grey #BDBDD0
Tints of Lavender Grey #BDBDD0
RGB
CMYK
RGB Variations
Color information
#BDBDD0 (or 0xBDBDD0) is known color: Lavender Grey. HEX triplet: BD, BD and D0. RGB value is (189,189,208). Sum of RGB (Red+Green+Blue) = 189+189+208=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 189 (74.22% from 255 or 32.25% from 586); Blue value is 208 (81.64% from 255 or 35.49% from 586); Max value from RGB is 208 - color contains mainly: blue. Hex color #BDBDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBDD0 is #42422F. Grayscale: #BFBFBF. Windows color (decimal): -4342320 or 13680061. OLE color: 13680061.
HSL color Cylindrical-coordinate representation of color #BDBDD0: hue angle of 240º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDBDD0 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 189 | 189 | 208 | - |
CMYK | 0.09 | 0.09 | 0 | 0.18 |
HSL | 240º | 0.17% | 0.78% | - |
HSV(B) | 240º | 0.09% | 0.82% | - |
XYZ | 50.57 | 51.77 | 67 | - |
YUV | 191.17 | 137.5 | 126.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 189 | 208 | 0.09 | 0.09 | 0 | 0.18 | 240 | 0.17 | 0.78 |
Hex | BD | BD | D0 | 9 | 9 | 0 | 12 | F0 | 11 | 4E |
Octal | 275 | 275 | 320 | 11 | 11 | 0 | 22 | 360 | 21 | 116 |
Binary | 10111101 | 10111101 | 11010000 | 1001 | 1001 | 0 | 10010 | 11110000 | 10001 | 1001110 |
Color Harmonies of #BDBDD0
Complementary color
Monochromatic Colors of #BDBDD0
Black with #BDBDD0
Text Example
Text Example
White with #BDBDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBDD0; }
p { color: rgb(189,189,208); }
H1.HeaderClassName
{
color: #BDBDD0;
}
.AnyTagClassName
{
color: #BDBDD0;
}
</style>
background-color css
<style>
a { background-color: #BDBDD0; }
a { background-color: rgb(189,189,208); }
div.DivClassName
{
background-color: #BDBDD0;
}
.BgClassName
{
background-color: #BDBDD0;
}
</style>
border-color css
<style>
span { border-color: #BDBDD0; }
span { border-color: rgb(189,189,208); }
td.TdClassName
{
border-color: #BDBDD0;
}
.TagClassName
{
border-color: #BDBDD0;
}
</style>