Shades of Lavender Grey #BBB5EA
Tints of Lavender Grey #BBB5EA
RGB
CMYK
RGB Variations
Color information
#BBB5EA (or 0xBBB5EA) is known color: Lavender Grey. HEX triplet: BB, B5 and EA. RGB value is (187,181,234). Sum of RGB (Red+Green+Blue) = 187+181+234=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 181 (71.09% from 255 or 30.07% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBB5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB5EA is #444A15. Grayscale: #BCBCBC. Windows color (decimal): -4475414 or 15381947. OLE color: 15381947.
HSL color Cylindrical-coordinate representation of color #BBB5EA: hue angle of 246.79º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBB5EA is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 181 | 234 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.08 |
| HSL | 246.79º | 0.56% | 0.81% | - |
| HSV(B) | 246.79º | 0.23% | 0.92% | - |
| XYZ | 51.87 | 49.55 | 84.67 | - |
| YUV | 188.84 | 153.49 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 181 | 234 | 0.20 | 0.23 | 0 | 0.08 | 246.79 | 0.56 | 0.81 |
| Hex | BB | B5 | EA | 14 | 17 | 0 | 8 | F7 | 38 | 51 |
| Octal | 273 | 265 | 352 | 24 | 27 | 0 | 10 | 367 | 70 | 121 |
| Binary | 10111011 | 10110101 | 11101010 | 10100 | 10111 | 0 | 1000 | 11110111 | 111000 | 1010001 |
Color Harmonies of #BBB5EA
Complementary color
Monochromatic Colors of #BBB5EA
Black with #BBB5EA
Text Example
Text Example
White with #BBB5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB5EA; }
p { color: rgb(187,181,234); }
H1.HeaderClassName
{
color: #BBB5EA;
}
.AnyTagClassName
{
color: #BBB5EA;
}
</style>
background-color css
<style>
a { background-color: #BBB5EA; }
a { background-color: rgb(187,181,234); }
div.DivClassName
{
background-color: #BBB5EA;
}
.BgClassName
{
background-color: #BBB5EA;
}
</style>
border-color css
<style>
span { border-color: #BBB5EA; }
span { border-color: rgb(187,181,234); }
td.TdClassName
{
border-color: #BBB5EA;
}
.TagClassName
{
border-color: #BBB5EA;
}
</style>