Shades of Lavender Grey #BDBDEE
Tints of Lavender Grey #BDBDEE
RGB
CMYK
RGB Variations
Color information
#BDBDEE (or 0xBDBDEE) is known color: Lavender Grey. HEX triplet: BD, BD and EE. RGB value is (189,189,238). Sum of RGB (Red+Green+Blue) = 189+189+238=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 189 (74.22% from 255 or 30.68% from 616); Blue value is 238 (93.36% from 255 or 38.64% from 616); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDBDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBDEE is #424211. Grayscale: #C2C2C2. Windows color (decimal): -4342290 or 15646141. OLE color: 15646141.
HSL color Cylindrical-coordinate representation of color #BDBDEE: hue angle of 240º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDBDEE is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 189 | 189 | 238 | - |
CMYK | 0.21 | 0.21 | 0 | 0.07 |
HSL | 240º | 0.59% | 0.84% | - |
HSV(B) | 240º | 0.21% | 0.93% | - |
XYZ | 54.62 | 53.39 | 88.32 | - |
YUV | 194.59 | 152.5 | 124.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 189 | 238 | 0.21 | 0.21 | 0 | 0.07 | 240 | 0.59 | 0.84 |
Hex | BD | BD | EE | 15 | 15 | 0 | 7 | F0 | 3B | 54 |
Octal | 275 | 275 | 356 | 25 | 25 | 0 | 7 | 360 | 73 | 124 |
Binary | 10111101 | 10111101 | 11101110 | 10101 | 10101 | 0 | 111 | 11110000 | 111011 | 1010100 |
Color Harmonies of #BDBDEE
Complementary color
Monochromatic Colors of #BDBDEE
Black with #BDBDEE
Text Example
Text Example
White with #BDBDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBDEE; }
p { color: rgb(189,189,238); }
H1.HeaderClassName
{
color: #BDBDEE;
}
.AnyTagClassName
{
color: #BDBDEE;
}
</style>
background-color css
<style>
a { background-color: #BDBDEE; }
a { background-color: rgb(189,189,238); }
div.DivClassName
{
background-color: #BDBDEE;
}
.BgClassName
{
background-color: #BDBDEE;
}
</style>
border-color css
<style>
span { border-color: #BDBDEE; }
span { border-color: rgb(189,189,238); }
td.TdClassName
{
border-color: #BDBDEE;
}
.TagClassName
{
border-color: #BDBDEE;
}
</style>