Shades of Lavender Grey #BDBBE8
Tints of Lavender Grey #BDBBE8
RGB
CMYK
RGB Variations
Color information
#BDBBE8 (or 0xBDBBE8) is known color: Lavender Grey. HEX triplet: BD, BB and E8. RGB value is (189,187,232). Sum of RGB (Red+Green+Blue) = 189+187+232=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 187 (73.44% from 255 or 30.76% from 608); Blue value is 232 (91.02% from 255 or 38.16% from 608); Max value from RGB is 232 - color contains mainly: blue. Hex color #BDBBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBBE8 is #424417. Grayscale: #C0C0C0. Windows color (decimal): -4342808 or 15252413. OLE color: 15252413.
HSL color Cylindrical-coordinate representation of color #BDBBE8: hue angle of 242.67º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDBBE8 is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 187 | 232 | - |
| CMYK | 0.19 | 0.19 | 0 | 0.09 |
| HSL | 242.67º | 0.49% | 0.82% | - |
| HSV(B) | 242.67º | 0.19% | 0.91% | - |
| XYZ | 53.32 | 52.19 | 83.61 | - |
| YUV | 192.73 | 150.16 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 187 | 232 | 0.19 | 0.19 | 0 | 0.09 | 242.67 | 0.49 | 0.82 |
| Hex | BD | BB | E8 | 13 | 13 | 0 | 9 | F3 | 31 | 52 |
| Octal | 275 | 273 | 350 | 23 | 23 | 0 | 11 | 363 | 61 | 122 |
| Binary | 10111101 | 10111011 | 11101000 | 10011 | 10011 | 0 | 1001 | 11110011 | 110001 | 1010010 |
Color Harmonies of #BDBBE8
Complementary color
Monochromatic Colors of #BDBBE8
Black with #BDBBE8
Text Example
Text Example
White with #BDBBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBBE8; }
p { color: rgb(189,187,232); }
H1.HeaderClassName
{
color: #BDBBE8;
}
.AnyTagClassName
{
color: #BDBBE8;
}
</style>
background-color css
<style>
a { background-color: #BDBBE8; }
a { background-color: rgb(189,187,232); }
div.DivClassName
{
background-color: #BDBBE8;
}
.BgClassName
{
background-color: #BDBBE8;
}
</style>
border-color css
<style>
span { border-color: #BDBBE8; }
span { border-color: rgb(189,187,232); }
td.TdClassName
{
border-color: #BDBBE8;
}
.TagClassName
{
border-color: #BDBBE8;
}
</style>