Shades of Lavender Grey #BBBCEA
Tints of Lavender Grey #BBBCEA
RGB
CMYK
RGB Variations
Color information
#BBBCEA (or 0xBBBCEA) is known color: Lavender Grey. HEX triplet: BB, BC and EA. RGB value is (187,188,234). Sum of RGB (Red+Green+Blue) = 187+188+234=609 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.71% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBBCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBCEA is #444315. Grayscale: #C0C0C0. Windows color (decimal): -4473622 or 15383739. OLE color: 15383739.
HSL color Cylindrical-coordinate representation of color #BBBCEA: hue angle of 238.72º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBBCEA is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 188 | 234 | - |
| CMYK | 0.20 | 0.20 | 0 | 0.08 |
| HSL | 238.72º | 0.53% | 0.83% | - |
| HSV(B) | 238.72º | 0.2% | 0.92% | - |
| XYZ | 53.33 | 52.47 | 85.16 | - |
| YUV | 192.95 | 151.17 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 234 | 0.20 | 0.20 | 0 | 0.08 | 238.72 | 0.53 | 0.83 |
| Hex | BB | BC | EA | 14 | 14 | 0 | 8 | EF | 35 | 53 |
| Octal | 273 | 274 | 352 | 24 | 24 | 0 | 10 | 357 | 65 | 123 |
| Binary | 10111011 | 10111100 | 11101010 | 10100 | 10100 | 0 | 1000 | 11101111 | 110101 | 1010011 |
Color Harmonies of #BBBCEA
Complementary color
Monochromatic Colors of #BBBCEA
Black with #BBBCEA
Text Example
Text Example
White with #BBBCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBCEA; }
p { color: rgb(187,188,234); }
H1.HeaderClassName
{
color: #BBBCEA;
}
.AnyTagClassName
{
color: #BBBCEA;
}
</style>
background-color css
<style>
a { background-color: #BBBCEA; }
a { background-color: rgb(187,188,234); }
div.DivClassName
{
background-color: #BBBCEA;
}
.BgClassName
{
background-color: #BBBCEA;
}
</style>
border-color css
<style>
span { border-color: #BBBCEA; }
span { border-color: rgb(187,188,234); }
td.TdClassName
{
border-color: #BBBCEA;
}
.TagClassName
{
border-color: #BBBCEA;
}
</style>