Shades of Lavender Grey #BBB5E0
Tints of Lavender Grey #BBB5E0
RGB
CMYK
RGB Variations
Color information
#BBB5E0 (or 0xBBB5E0) is known color: Lavender Grey. HEX triplet: BB, B5 and E0. RGB value is (187,181,224). Sum of RGB (Red+Green+Blue) = 187+181+224=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 181 (71.09% from 255 or 30.57% from 592); Blue value is 224 (87.89% from 255 or 37.84% from 592); Max value from RGB is 224 - color contains mainly: blue. Hex color #BBB5E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB5E0 is #444A1F. Grayscale: #BBBBBB. Windows color (decimal): -4475424 or 14726587. OLE color: 14726587.
HSL color Cylindrical-coordinate representation of color #BBB5E0: hue angle of 248.37º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBB5E0 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 181 | 224 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.12 |
| HSL | 248.37º | 0.41% | 0.79% | - |
| HSV(B) | 248.37º | 0.19% | 0.88% | - |
| XYZ | 50.47 | 48.99 | 77.32 | - |
| YUV | 187.7 | 148.49 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 181 | 224 | 0.17 | 0.19 | 0 | 0.12 | 248.37 | 0.41 | 0.79 |
| Hex | BB | B5 | E0 | 11 | 13 | 0 | C | F8 | 29 | 4F |
| Octal | 273 | 265 | 340 | 21 | 23 | 0 | 14 | 370 | 51 | 117 |
| Binary | 10111011 | 10110101 | 11100000 | 10001 | 10011 | 0 | 1100 | 11111000 | 101001 | 1001111 |
Color Harmonies of #BBB5E0
Complementary color
Monochromatic Colors of #BBB5E0
Black with #BBB5E0
Text Example
Text Example
White with #BBB5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB5E0; }
p { color: rgb(187,181,224); }
H1.HeaderClassName
{
color: #BBB5E0;
}
.AnyTagClassName
{
color: #BBB5E0;
}
</style>
background-color css
<style>
a { background-color: #BBB5E0; }
a { background-color: rgb(187,181,224); }
div.DivClassName
{
background-color: #BBB5E0;
}
.BgClassName
{
background-color: #BBB5E0;
}
</style>
border-color css
<style>
span { border-color: #BBB5E0; }
span { border-color: rgb(187,181,224); }
td.TdClassName
{
border-color: #BBB5E0;
}
.TagClassName
{
border-color: #BBB5E0;
}
</style>