Shades of Lavender Grey #BBBCE5
Tints of Lavender Grey #BBBCE5
RGB
CMYK
RGB Variations
Color information
#BBBCE5 (or 0xBBBCE5) is known color: Lavender Grey. HEX triplet: BB, BC and E5. RGB value is (187,188,229). Sum of RGB (Red+Green+Blue) = 187+188+229=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 188 (73.83% from 255 or 31.13% from 604); Blue value is 229 (89.84% from 255 or 37.91% from 604); Max value from RGB is 229 - color contains mainly: blue. Hex color #BBBCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBCE5 is #44431A. Grayscale: #C0C0C0. Windows color (decimal): -4473627 or 15056059. OLE color: 15056059.
HSL color Cylindrical-coordinate representation of color #BBBCE5: hue angle of 238.57º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBBCE5 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 188 | 229 | - |
| CMYK | 0.18 | 0.18 | 0 | 0.10 |
| HSL | 238.57º | 0.45% | 0.82% | - |
| HSV(B) | 238.57º | 0.18% | 0.9% | - |
| XYZ | 52.62 | 52.19 | 81.43 | - |
| YUV | 192.38 | 148.67 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 229 | 0.18 | 0.18 | 0 | 0.10 | 238.57 | 0.45 | 0.82 |
| Hex | BB | BC | E5 | 12 | 12 | 0 | A | EF | 2D | 52 |
| Octal | 273 | 274 | 345 | 22 | 22 | 0 | 12 | 357 | 55 | 122 |
| Binary | 10111011 | 10111100 | 11100101 | 10010 | 10010 | 0 | 1010 | 11101111 | 101101 | 1010010 |
Color Harmonies of #BBBCE5
Complementary color
Monochromatic Colors of #BBBCE5
Black with #BBBCE5
Text Example
Text Example
White with #BBBCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBCE5; }
p { color: rgb(187,188,229); }
H1.HeaderClassName
{
color: #BBBCE5;
}
.AnyTagClassName
{
color: #BBBCE5;
}
</style>
background-color css
<style>
a { background-color: #BBBCE5; }
a { background-color: rgb(187,188,229); }
div.DivClassName
{
background-color: #BBBCE5;
}
.BgClassName
{
background-color: #BBBCE5;
}
</style>
border-color css
<style>
span { border-color: #BBBCE5; }
span { border-color: rgb(187,188,229); }
td.TdClassName
{
border-color: #BBBCE5;
}
.TagClassName
{
border-color: #BBBCE5;
}
</style>