Shades of Lavender Grey #BDBDEF
Tints of Lavender Grey #BDBDEF
RGB
CMYK
RGB Variations
Color information
#BDBDEF (or 0xBDBDEF) is known color: Lavender Grey. HEX triplet: BD, BD and EF. RGB value is (189,189,239). Sum of RGB (Red+Green+Blue) = 189+189+239=617 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.63% from 617); Green value is 189 (74.22% from 255 or 30.63% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDBDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBDEF is #424210. Grayscale: #C2C2C2. Windows color (decimal): -4342289 or 15711677. OLE color: 15711677.
HSL color Cylindrical-coordinate representation of color #BDBDEF: hue angle of 240º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDBDEF is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 189 | 239 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.06 |
| HSL | 240º | 0.61% | 0.84% | - |
| HSV(B) | 240º | 0.21% | 0.94% | - |
| XYZ | 54.76 | 53.45 | 89.09 | - |
| YUV | 194.7 | 153 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 239 | 0.21 | 0.21 | 0 | 0.06 | 240 | 0.61 | 0.84 |
| Hex | BD | BD | EF | 15 | 15 | 0 | 6 | F0 | 3D | 54 |
| Octal | 275 | 275 | 357 | 25 | 25 | 0 | 6 | 360 | 75 | 124 |
| Binary | 10111101 | 10111101 | 11101111 | 10101 | 10101 | 0 | 110 | 11110000 | 111101 | 1010100 |
Color Harmonies of #BDBDEF
Complementary color
Monochromatic Colors of #BDBDEF
Black with #BDBDEF
Text Example
Text Example
White with #BDBDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBDEF; }
p { color: rgb(189,189,239); }
H1.HeaderClassName
{
color: #BDBDEF;
}
.AnyTagClassName
{
color: #BDBDEF;
}
</style>
background-color css
<style>
a { background-color: #BDBDEF; }
a { background-color: rgb(189,189,239); }
div.DivClassName
{
background-color: #BDBDEF;
}
.BgClassName
{
background-color: #BDBDEF;
}
</style>
border-color css
<style>
span { border-color: #BDBDEF; }
span { border-color: rgb(189,189,239); }
td.TdClassName
{
border-color: #BDBDEF;
}
.TagClassName
{
border-color: #BDBDEF;
}
</style>