Shades of Lavender Grey #BBB5E1
Tints of Lavender Grey #BBB5E1
RGB
CMYK
RGB Variations
Color information
#BBB5E1 (or 0xBBB5E1) is known color: Lavender Grey. HEX triplet: BB, B5 and E1. RGB value is (187,181,225). Sum of RGB (Red+Green+Blue) = 187+181+225=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 181 (71.09% from 255 or 30.52% from 593); Blue value is 225 (88.28% from 255 or 37.94% from 593); Max value from RGB is 225 - color contains mainly: blue. Hex color #BBB5E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB5E1 is #444A1E. Grayscale: #BBBBBB. Windows color (decimal): -4475423 or 14792123. OLE color: 14792123.
HSL color Cylindrical-coordinate representation of color #BBB5E1: hue angle of 248.18º degrees, saturation: 0.42, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBB5E1 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 181 | 225 | - |
| CMYK | 0.17 | 0.20 | 0 | 0.12 |
| HSL | 248.18º | 0.42% | 0.8% | - |
| HSV(B) | 248.18º | 0.2% | 0.88% | - |
| XYZ | 50.61 | 49.05 | 78.03 | - |
| YUV | 187.81 | 148.99 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 181 | 225 | 0.17 | 0.20 | 0 | 0.12 | 248.18 | 0.42 | 0.8 |
| Hex | BB | B5 | E1 | 11 | 14 | 0 | C | F8 | 2A | 50 |
| Octal | 273 | 265 | 341 | 21 | 24 | 0 | 14 | 370 | 52 | 120 |
| Binary | 10111011 | 10110101 | 11100001 | 10001 | 10100 | 0 | 1100 | 11111000 | 101010 | 1010000 |
Color Harmonies of #BBB5E1
Complementary color
Monochromatic Colors of #BBB5E1
Black with #BBB5E1
Text Example
Text Example
White with #BBB5E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB5E1; }
p { color: rgb(187,181,225); }
H1.HeaderClassName
{
color: #BBB5E1;
}
.AnyTagClassName
{
color: #BBB5E1;
}
</style>
background-color css
<style>
a { background-color: #BBB5E1; }
a { background-color: rgb(187,181,225); }
div.DivClassName
{
background-color: #BBB5E1;
}
.BgClassName
{
background-color: #BBB5E1;
}
</style>
border-color css
<style>
span { border-color: #BBB5E1; }
span { border-color: rgb(187,181,225); }
td.TdClassName
{
border-color: #BBB5E1;
}
.TagClassName
{
border-color: #BBB5E1;
}
</style>