Shades of Lavender Grey #BDBEE4
Tints of Lavender Grey #BDBEE4
RGB
CMYK
RGB Variations
Color information
#BDBEE4 (or 0xBDBEE4) is known color: Lavender Grey. HEX triplet: BD, BE and E4. RGB value is (189,190,228). Sum of RGB (Red+Green+Blue) = 189+190+228=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 190 (74.61% from 255 or 31.30% from 607); Blue value is 228 (89.45% from 255 or 37.56% from 607); Max value from RGB is 228 - color contains mainly: blue. Hex color #BDBEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBEE4 is #42411B. Grayscale: #C1C1C1. Windows color (decimal): -4342044 or 14991037. OLE color: 14991037.
HSL color Cylindrical-coordinate representation of color #BDBEE4: hue angle of 238.46º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDBEE4 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 190 | 228 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.11 |
| HSL | 238.46º | 0.42% | 0.82% | - |
| HSV(B) | 238.46º | 0.17% | 0.89% | - |
| XYZ | 53.4 | 53.25 | 80.86 | - |
| YUV | 194.03 | 147.17 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 190 | 228 | 0.17 | 0.17 | 0 | 0.11 | 238.46 | 0.42 | 0.82 |
| Hex | BD | BE | E4 | 11 | 11 | 0 | B | EE | 2A | 52 |
| Octal | 275 | 276 | 344 | 21 | 21 | 0 | 13 | 356 | 52 | 122 |
| Binary | 10111101 | 10111110 | 11100100 | 10001 | 10001 | 0 | 1011 | 11101110 | 101010 | 1010010 |
Color Harmonies of #BDBEE4
Complementary color
Monochromatic Colors of #BDBEE4
Black with #BDBEE4
Text Example
Text Example
White with #BDBEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBEE4; }
p { color: rgb(189,190,228); }
H1.HeaderClassName
{
color: #BDBEE4;
}
.AnyTagClassName
{
color: #BDBEE4;
}
</style>
background-color css
<style>
a { background-color: #BDBEE4; }
a { background-color: rgb(189,190,228); }
div.DivClassName
{
background-color: #BDBEE4;
}
.BgClassName
{
background-color: #BDBEE4;
}
</style>
border-color css
<style>
span { border-color: #BDBEE4; }
span { border-color: rgb(189,190,228); }
td.TdClassName
{
border-color: #BDBEE4;
}
.TagClassName
{
border-color: #BDBEE4;
}
</style>