Shades of Lavender Grey #BBB5E9
Tints of Lavender Grey #BBB5E9
RGB
CMYK
RGB Variations
Color information
#BBB5E9 (or 0xBBB5E9) is known color: Lavender Grey. HEX triplet: BB, B5 and E9. RGB value is (187,181,233). Sum of RGB (Red+Green+Blue) = 187+181+233=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 181 (71.09% from 255 or 30.12% from 601); Blue value is 233 (91.41% from 255 or 38.77% from 601); Max value from RGB is 233 - color contains mainly: blue. Hex color #BBB5E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB5E9 is #444A16. Grayscale: #BCBCBC. Windows color (decimal): -4475415 or 15316411. OLE color: 15316411.
HSL color Cylindrical-coordinate representation of color #BBB5E9: hue angle of 246.92º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBB5E9 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 187 | 181 | 233 | - |
CMYK | 0.20 | 0.22 | 0 | 0.09 |
HSL | 246.92º | 0.54% | 0.81% | - |
HSV(B) | 246.92º | 0.22% | 0.91% | - |
XYZ | 51.73 | 49.5 | 83.92 | - |
YUV | 188.72 | 152.99 | 126.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 181 | 233 | 0.20 | 0.22 | 0 | 0.09 | 246.92 | 0.54 | 0.81 |
Hex | BB | B5 | E9 | 14 | 16 | 0 | 9 | F7 | 36 | 51 |
Octal | 273 | 265 | 351 | 24 | 26 | 0 | 11 | 367 | 66 | 121 |
Binary | 10111011 | 10110101 | 11101001 | 10100 | 10110 | 0 | 1001 | 11110111 | 110110 | 1010001 |
Color Harmonies of #BBB5E9
Complementary color
Monochromatic Colors of #BBB5E9
Black with #BBB5E9
Text Example
Text Example
White with #BBB5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB5E9; }
p { color: rgb(187,181,233); }
H1.HeaderClassName
{
color: #BBB5E9;
}
.AnyTagClassName
{
color: #BBB5E9;
}
</style>
background-color css
<style>
a { background-color: #BBB5E9; }
a { background-color: rgb(187,181,233); }
div.DivClassName
{
background-color: #BBB5E9;
}
.BgClassName
{
background-color: #BBB5E9;
}
</style>
border-color css
<style>
span { border-color: #BBB5E9; }
span { border-color: rgb(187,181,233); }
td.TdClassName
{
border-color: #BBB5E9;
}
.TagClassName
{
border-color: #BBB5E9;
}
</style>