Shades of Lavender Grey #BDBDE2
Tints of Lavender Grey #BDBDE2
RGB
CMYK
RGB Variations
Color information
#BDBDE2 (or 0xBDBDE2) is known color: Lavender Grey. HEX triplet: BD, BD and E2. RGB value is (189,189,226). Sum of RGB (Red+Green+Blue) = 189+189+226=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 226 (88.67% from 255 or 37.42% from 604); Max value from RGB is 226 - color contains mainly: blue. Hex color #BDBDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBDE2 is #42421D. Grayscale: #C1C1C1. Windows color (decimal): -4342302 or 14859709. OLE color: 14859709.
HSL color Cylindrical-coordinate representation of color #BDBDE2: hue angle of 240º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDBDE2 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 189 | 189 | 226 | - |
CMYK | 0.16 | 0.16 | 0 | 0.11 |
HSL | 240º | 0.39% | 0.81% | - |
HSV(B) | 240º | 0.16% | 0.89% | - |
XYZ | 52.91 | 52.7 | 79.34 | - |
YUV | 193.22 | 146.5 | 124.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 189 | 226 | 0.16 | 0.16 | 0 | 0.11 | 240 | 0.39 | 0.81 |
Hex | BD | BD | E2 | 10 | 10 | 0 | B | F0 | 27 | 51 |
Octal | 275 | 275 | 342 | 20 | 20 | 0 | 13 | 360 | 47 | 121 |
Binary | 10111101 | 10111101 | 11100010 | 10000 | 10000 | 0 | 1011 | 11110000 | 100111 | 1010001 |
Color Harmonies of #BDBDE2
Complementary color
Monochromatic Colors of #BDBDE2
Black with #BDBDE2
Text Example
Text Example
White with #BDBDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBDE2; }
p { color: rgb(189,189,226); }
H1.HeaderClassName
{
color: #BDBDE2;
}
.AnyTagClassName
{
color: #BDBDE2;
}
</style>
background-color css
<style>
a { background-color: #BDBDE2; }
a { background-color: rgb(189,189,226); }
div.DivClassName
{
background-color: #BDBDE2;
}
.BgClassName
{
background-color: #BDBDE2;
}
</style>
border-color css
<style>
span { border-color: #BDBDE2; }
span { border-color: rgb(189,189,226); }
td.TdClassName
{
border-color: #BDBDE2;
}
.TagClassName
{
border-color: #BDBDE2;
}
</style>