Shades of Lavender Grey #BDBEE9
Tints of Lavender Grey #BDBEE9
RGB
CMYK
RGB Variations
Color information
#BDBEE9 (or 0xBDBEE9) is known color: Lavender Grey. HEX triplet: BD, BE and E9. RGB value is (189,190,233). Sum of RGB (Red+Green+Blue) = 189+190+233=612 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.88% from 612); Green value is 190 (74.61% from 255 or 31.05% from 612); Blue value is 233 (91.41% from 255 or 38.07% from 612); Max value from RGB is 233 - color contains mainly: blue. Hex color #BDBEE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBEE9 is #424116. Grayscale: #C2C2C2. Windows color (decimal): -4342039 or 15318717. OLE color: 15318717.
HSL color Cylindrical-coordinate representation of color #BDBEE9: hue angle of 238.64º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDBEE9 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 190 | 233 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.09 |
| HSL | 238.64º | 0.5% | 0.83% | - |
| HSV(B) | 238.64º | 0.19% | 0.91% | - |
| XYZ | 54.11 | 53.53 | 84.57 | - |
| YUV | 194.6 | 149.67 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 190 | 233 | 0.19 | 0.18 | 0 | 0.09 | 238.64 | 0.5 | 0.83 |
| Hex | BD | BE | E9 | 13 | 12 | 0 | 9 | EF | 32 | 53 |
| Octal | 275 | 276 | 351 | 23 | 22 | 0 | 11 | 357 | 62 | 123 |
| Binary | 10111101 | 10111110 | 11101001 | 10011 | 10010 | 0 | 1001 | 11101111 | 110010 | 1010011 |
Color Harmonies of #BDBEE9
Complementary color
Monochromatic Colors of #BDBEE9
Black with #BDBEE9
Text Example
Text Example
White with #BDBEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBEE9; }
p { color: rgb(189,190,233); }
H1.HeaderClassName
{
color: #BDBEE9;
}
.AnyTagClassName
{
color: #BDBEE9;
}
</style>
background-color css
<style>
a { background-color: #BDBEE9; }
a { background-color: rgb(189,190,233); }
div.DivClassName
{
background-color: #BDBEE9;
}
.BgClassName
{
background-color: #BDBEE9;
}
</style>
border-color css
<style>
span { border-color: #BDBEE9; }
span { border-color: rgb(189,190,233); }
td.TdClassName
{
border-color: #BDBEE9;
}
.TagClassName
{
border-color: #BDBEE9;
}
</style>