Shades of Lavender Grey #BBBDE8
Tints of Lavender Grey #BBBDE8
RGB
CMYK
RGB Variations
Color information
#BBBDE8 (or 0xBBBDE8) is known color: Lavender Grey. HEX triplet: BB, BD and E8. RGB value is (187,189,232). Sum of RGB (Red+Green+Blue) = 187+189+232=608 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.76% from 608); Green value is 189 (74.22% from 255 or 31.09% 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 #BBBDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBDE8 is #444217. Grayscale: #C1C1C1. Windows color (decimal): -4473368 or 15252923. OLE color: 15252923.
HSL color Cylindrical-coordinate representation of color #BBBDE8: hue angle of 237.33º 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 #BBBDE8 is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 189 | 232 | - |
| CMYK | 0.19 | 0.19 | 0 | 0.09 |
| HSL | 237.33º | 0.49% | 0.82% | - |
| HSV(B) | 237.33º | 0.19% | 0.91% | - |
| XYZ | 53.26 | 52.79 | 83.73 | - |
| YUV | 193.3 | 149.84 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 189 | 232 | 0.19 | 0.19 | 0 | 0.09 | 237.33 | 0.49 | 0.82 |
| Hex | BB | BD | E8 | 13 | 13 | 0 | 9 | ED | 31 | 52 |
| Octal | 273 | 275 | 350 | 23 | 23 | 0 | 11 | 355 | 61 | 122 |
| Binary | 10111011 | 10111101 | 11101000 | 10011 | 10011 | 0 | 1001 | 11101101 | 110001 | 1010010 |
Color Harmonies of #BBBDE8
Complementary color
Monochromatic Colors of #BBBDE8
Black with #BBBDE8
Text Example
Text Example
White with #BBBDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBDE8; }
p { color: rgb(187,189,232); }
H1.HeaderClassName
{
color: #BBBDE8;
}
.AnyTagClassName
{
color: #BBBDE8;
}
</style>
background-color css
<style>
a { background-color: #BBBDE8; }
a { background-color: rgb(187,189,232); }
div.DivClassName
{
background-color: #BBBDE8;
}
.BgClassName
{
background-color: #BBBDE8;
}
</style>
border-color css
<style>
span { border-color: #BBBDE8; }
span { border-color: rgb(187,189,232); }
td.TdClassName
{
border-color: #BBBDE8;
}
.TagClassName
{
border-color: #BBBDE8;
}
</style>