Shades of Lavender Grey #BBB8EA
Tints of Lavender Grey #BBB8EA
RGB
CMYK
RGB Variations
Color information
#BBB8EA (or 0xBBB8EA) is known color: Lavender Grey. HEX triplet: BB, B8 and EA. RGB value is (187,184,234). Sum of RGB (Red+Green+Blue) = 187+184+234=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 184 (72.27% from 255 or 30.41% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBB8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB8EA is #444715. Grayscale: #BEBEBE. Windows color (decimal): -4474646 or 15382715. OLE color: 15382715.
HSL color Cylindrical-coordinate representation of color #BBB8EA: hue angle of 243.6º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBB8EA is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 184 | 234 | - |
| CMYK | 0.20 | 0.21 | 0 | 0.08 |
| HSL | 243.6º | 0.54% | 0.82% | - |
| HSV(B) | 243.6º | 0.21% | 0.92% | - |
| XYZ | 52.49 | 50.79 | 84.88 | - |
| YUV | 190.6 | 152.49 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 184 | 234 | 0.20 | 0.21 | 0 | 0.08 | 243.6 | 0.54 | 0.82 |
| Hex | BB | B8 | EA | 14 | 15 | 0 | 8 | F4 | 36 | 52 |
| Octal | 273 | 270 | 352 | 24 | 25 | 0 | 10 | 364 | 66 | 122 |
| Binary | 10111011 | 10111000 | 11101010 | 10100 | 10101 | 0 | 1000 | 11110100 | 110110 | 1010010 |
Color Harmonies of #BBB8EA
Complementary color
Monochromatic Colors of #BBB8EA
Black with #BBB8EA
Text Example
Text Example
White with #BBB8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB8EA; }
p { color: rgb(187,184,234); }
H1.HeaderClassName
{
color: #BBB8EA;
}
.AnyTagClassName
{
color: #BBB8EA;
}
</style>
background-color css
<style>
a { background-color: #BBB8EA; }
a { background-color: rgb(187,184,234); }
div.DivClassName
{
background-color: #BBB8EA;
}
.BgClassName
{
background-color: #BBB8EA;
}
</style>
border-color css
<style>
span { border-color: #BBB8EA; }
span { border-color: rgb(187,184,234); }
td.TdClassName
{
border-color: #BBB8EA;
}
.TagClassName
{
border-color: #BBB8EA;
}
</style>