Shades of Lavender Grey #BBBCE1
Tints of Lavender Grey #BBBCE1
RGB
CMYK
RGB Variations
Color information
#BBBCE1 (or 0xBBBCE1) is known color: Lavender Grey. HEX triplet: BB, BC and E1. RGB value is (187,188,225). Sum of RGB (Red+Green+Blue) = 187+188+225=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 188 (73.83% from 255 or 31.33% from 600); Blue value is 225 (88.28% from 255 or 37.5% from 600); Max value from RGB is 225 - color contains mainly: blue. Hex color #BBBCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBCE1 is #44431E. Grayscale: #BFBFBF. Windows color (decimal): -4473631 or 14793915. OLE color: 14793915.
HSL color Cylindrical-coordinate representation of color #BBBCE1: hue angle of 238.42º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBBCE1 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 188 | 225 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.12 |
| HSL | 238.42º | 0.39% | 0.81% | - |
| HSV(B) | 238.42º | 0.17% | 0.88% | - |
| XYZ | 52.07 | 51.97 | 78.52 | - |
| YUV | 191.92 | 146.67 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 225 | 0.17 | 0.16 | 0 | 0.12 | 238.42 | 0.39 | 0.81 |
| Hex | BB | BC | E1 | 11 | 10 | 0 | C | EE | 27 | 51 |
| Octal | 273 | 274 | 341 | 21 | 20 | 0 | 14 | 356 | 47 | 121 |
| Binary | 10111011 | 10111100 | 11100001 | 10001 | 10000 | 0 | 1100 | 11101110 | 100111 | 1010001 |
Color Harmonies of #BBBCE1
Complementary color
Monochromatic Colors of #BBBCE1
Black with #BBBCE1
Text Example
Text Example
White with #BBBCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBCE1; }
p { color: rgb(187,188,225); }
H1.HeaderClassName
{
color: #BBBCE1;
}
.AnyTagClassName
{
color: #BBBCE1;
}
</style>
background-color css
<style>
a { background-color: #BBBCE1; }
a { background-color: rgb(187,188,225); }
div.DivClassName
{
background-color: #BBBCE1;
}
.BgClassName
{
background-color: #BBBCE1;
}
</style>
border-color css
<style>
span { border-color: #BBBCE1; }
span { border-color: rgb(187,188,225); }
td.TdClassName
{
border-color: #BBBCE1;
}
.TagClassName
{
border-color: #BBBCE1;
}
</style>