Shades of Lavender Grey #BBBDE5
Tints of Lavender Grey #BBBDE5
RGB
CMYK
RGB Variations
Color information
#BBBDE5 (or 0xBBBDE5) is known color: Lavender Grey. HEX triplet: BB, BD and E5. RGB value is (187,189,229). Sum of RGB (Red+Green+Blue) = 187+189+229=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 189 (74.22% from 255 or 31.24% from 605); Blue value is 229 (89.84% from 255 or 37.85% from 605); Max value from RGB is 229 - color contains mainly: blue. Hex color #BBBDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBDE5 is #44421A. Grayscale: #C0C0C0. Windows color (decimal): -4473371 or 15056315. OLE color: 15056315.
HSL color Cylindrical-coordinate representation of color #BBBDE5: hue angle of 237.14º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBBDE5 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 189 | 229 | - |
| CMYK | 0.18 | 0.17 | 0 | 0.10 |
| HSL | 237.14º | 0.45% | 0.82% | - |
| HSV(B) | 237.14º | 0.18% | 0.9% | - |
| XYZ | 52.83 | 52.62 | 81.5 | - |
| YUV | 192.96 | 148.34 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 189 | 229 | 0.18 | 0.17 | 0 | 0.10 | 237.14 | 0.45 | 0.82 |
| Hex | BB | BD | E5 | 12 | 11 | 0 | A | ED | 2D | 52 |
| Octal | 273 | 275 | 345 | 22 | 21 | 0 | 12 | 355 | 55 | 122 |
| Binary | 10111011 | 10111101 | 11100101 | 10010 | 10001 | 0 | 1010 | 11101101 | 101101 | 1010010 |
Color Harmonies of #BBBDE5
Complementary color
Monochromatic Colors of #BBBDE5
Black with #BBBDE5
Text Example
Text Example
White with #BBBDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBDE5; }
p { color: rgb(187,189,229); }
H1.HeaderClassName
{
color: #BBBDE5;
}
.AnyTagClassName
{
color: #BBBDE5;
}
</style>
background-color css
<style>
a { background-color: #BBBDE5; }
a { background-color: rgb(187,189,229); }
div.DivClassName
{
background-color: #BBBDE5;
}
.BgClassName
{
background-color: #BBBDE5;
}
</style>
border-color css
<style>
span { border-color: #BBBDE5; }
span { border-color: rgb(187,189,229); }
td.TdClassName
{
border-color: #BBBDE5;
}
.TagClassName
{
border-color: #BBBDE5;
}
</style>