Shades of Lavender Grey #BBB7E8
Tints of Lavender Grey #BBB7E8
RGB
CMYK
RGB Variations
Color information
#BBB7E8 (or 0xBBB7E8) is known color: Lavender Grey. HEX triplet: BB, B7 and E8. RGB value is (187,183,232). Sum of RGB (Red+Green+Blue) = 187+183+232=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 183 (71.88% from 255 or 30.40% from 602); Blue value is 232 (91.02% from 255 or 38.54% from 602); Max value from RGB is 232 - color contains mainly: blue. Hex color #BBB7E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB7E8 is #444817. Grayscale: #BDBDBD. Windows color (decimal): -4474904 or 15251387. OLE color: 15251387.
HSL color Cylindrical-coordinate representation of color #BBB7E8: hue angle of 244.9º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBB7E8 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 183 | 232 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.09 |
| HSL | 244.9º | 0.52% | 0.81% | - |
| HSV(B) | 244.9º | 0.21% | 0.91% | - |
| XYZ | 51.99 | 50.26 | 83.3 | - |
| YUV | 189.78 | 151.83 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 183 | 232 | 0.19 | 0.21 | 0 | 0.09 | 244.9 | 0.52 | 0.81 |
| Hex | BB | B7 | E8 | 13 | 15 | 0 | 9 | F5 | 34 | 51 |
| Octal | 273 | 267 | 350 | 23 | 25 | 0 | 11 | 365 | 64 | 121 |
| Binary | 10111011 | 10110111 | 11101000 | 10011 | 10101 | 0 | 1001 | 11110101 | 110100 | 1010001 |
Color Harmonies of #BBB7E8
Complementary color
Monochromatic Colors of #BBB7E8
Black with #BBB7E8
Text Example
Text Example
White with #BBB7E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB7E8; }
p { color: rgb(187,183,232); }
H1.HeaderClassName
{
color: #BBB7E8;
}
.AnyTagClassName
{
color: #BBB7E8;
}
</style>
background-color css
<style>
a { background-color: #BBB7E8; }
a { background-color: rgb(187,183,232); }
div.DivClassName
{
background-color: #BBB7E8;
}
.BgClassName
{
background-color: #BBB7E8;
}
</style>
border-color css
<style>
span { border-color: #BBB7E8; }
span { border-color: rgb(187,183,232); }
td.TdClassName
{
border-color: #BBB7E8;
}
.TagClassName
{
border-color: #BBB7E8;
}
</style>