Shades of Lavender Grey #BBBCE7
Tints of Lavender Grey #BBBCE7
RGB
CMYK
RGB Variations
Color information
#BBBCE7 (or 0xBBBCE7) is known color: Lavender Grey. HEX triplet: BB, BC and E7. RGB value is (187,188,231). Sum of RGB (Red+Green+Blue) = 187+188+231=606 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.86% from 606); Green value is 188 (73.83% from 255 or 31.02% from 606); Blue value is 231 (90.62% from 255 or 38.12% from 606); Max value from RGB is 231 - color contains mainly: blue. Hex color #BBBCE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBCE7 is #444318. Grayscale: #C0C0C0. Windows color (decimal): -4473625 or 15187131. OLE color: 15187131.
HSL color Cylindrical-coordinate representation of color #BBBCE7: hue angle of 238.64º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBBCE7 is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 188 | 231 | - |
| CMYK | 0.19 | 0.19 | 0 | 0.09 |
| HSL | 238.64º | 0.48% | 0.82% | - |
| HSV(B) | 238.64º | 0.19% | 0.91% | - |
| XYZ | 52.9 | 52.3 | 82.91 | - |
| YUV | 192.6 | 149.67 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 231 | 0.19 | 0.19 | 0 | 0.09 | 238.64 | 0.48 | 0.82 |
| Hex | BB | BC | E7 | 13 | 13 | 0 | 9 | EF | 30 | 52 |
| Octal | 273 | 274 | 347 | 23 | 23 | 0 | 11 | 357 | 60 | 122 |
| Binary | 10111011 | 10111100 | 11100111 | 10011 | 10011 | 0 | 1001 | 11101111 | 110000 | 1010010 |
Color Harmonies of #BBBCE7
Complementary color
Monochromatic Colors of #BBBCE7
Black with #BBBCE7
Text Example
Text Example
White with #BBBCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBCE7; }
p { color: rgb(187,188,231); }
H1.HeaderClassName
{
color: #BBBCE7;
}
.AnyTagClassName
{
color: #BBBCE7;
}
</style>
background-color css
<style>
a { background-color: #BBBCE7; }
a { background-color: rgb(187,188,231); }
div.DivClassName
{
background-color: #BBBCE7;
}
.BgClassName
{
background-color: #BBBCE7;
}
</style>
border-color css
<style>
span { border-color: #BBBCE7; }
span { border-color: rgb(187,188,231); }
td.TdClassName
{
border-color: #BBBCE7;
}
.TagClassName
{
border-color: #BBBCE7;
}
</style>