Shades of Lavender Grey #BBBCE3
Tints of Lavender Grey #BBBCE3
RGB
CMYK
RGB Variations
Color information
#BBBCE3 (or 0xBBBCE3) is known color: Lavender Grey. HEX triplet: BB, BC and E3. RGB value is (187,188,227). Sum of RGB (Red+Green+Blue) = 187+188+227=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 188 (73.83% from 255 or 31.23% from 602); Blue value is 227 (89.06% from 255 or 37.71% from 602); Max value from RGB is 227 - color contains mainly: blue. Hex color #BBBCE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBCE3 is #44431C. Grayscale: #BFBFBF. Windows color (decimal): -4473629 or 14924987. OLE color: 14924987.
HSL color Cylindrical-coordinate representation of color #BBBCE3: hue angle of 238.5º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBBCE3 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 188 | 227 | - |
| CMYK | 0.18 | 0.17 | 0 | 0.11 |
| HSL | 238.5º | 0.42% | 0.81% | - |
| HSV(B) | 238.5º | 0.18% | 0.89% | - |
| XYZ | 52.34 | 52.08 | 79.97 | - |
| YUV | 192.15 | 147.67 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 227 | 0.18 | 0.17 | 0 | 0.11 | 238.5 | 0.42 | 0.81 |
| Hex | BB | BC | E3 | 12 | 11 | 0 | B | EE | 2A | 51 |
| Octal | 273 | 274 | 343 | 22 | 21 | 0 | 13 | 356 | 52 | 121 |
| Binary | 10111011 | 10111100 | 11100011 | 10010 | 10001 | 0 | 1011 | 11101110 | 101010 | 1010001 |
Color Harmonies of #BBBCE3
Complementary color
Monochromatic Colors of #BBBCE3
Black with #BBBCE3
Text Example
Text Example
White with #BBBCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBCE3; }
p { color: rgb(187,188,227); }
H1.HeaderClassName
{
color: #BBBCE3;
}
.AnyTagClassName
{
color: #BBBCE3;
}
</style>
background-color css
<style>
a { background-color: #BBBCE3; }
a { background-color: rgb(187,188,227); }
div.DivClassName
{
background-color: #BBBCE3;
}
.BgClassName
{
background-color: #BBBCE3;
}
</style>
border-color css
<style>
span { border-color: #BBBCE3; }
span { border-color: rgb(187,188,227); }
td.TdClassName
{
border-color: #BBBCE3;
}
.TagClassName
{
border-color: #BBBCE3;
}
</style>