Shades of Lavender Grey #BBBFE0
Tints of Lavender Grey #BBBFE0
RGB
CMYK
RGB Variations
Color information
#BBBFE0 (or 0xBBBFE0) is known color: Lavender Grey. HEX triplet: BB, BF and E0. RGB value is (187,191,224). Sum of RGB (Red+Green+Blue) = 187+191+224=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 191 (75% from 255 or 31.73% from 602); Blue value is 224 (87.89% from 255 or 37.21% from 602); Max value from RGB is 224 - color contains mainly: blue. Hex color #BBBFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBFE0 is #44401F. Grayscale: #C1C1C1. Windows color (decimal): -4472864 or 14729147. OLE color: 14729147.
HSL color Cylindrical-coordinate representation of color #BBBFE0: hue angle of 233.51º degrees, saturation: 0.37, 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 #BBBFE0 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 191 | 224 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.12 |
| HSL | 233.51º | 0.37% | 0.81% | - |
| HSV(B) | 233.51º | 0.17% | 0.88% | - |
| XYZ | 52.58 | 53.21 | 78.02 | - |
| YUV | 193.57 | 145.17 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 191 | 224 | 0.17 | 0.15 | 0 | 0.12 | 233.51 | 0.37 | 0.81 |
| Hex | BB | BF | E0 | 11 | F | 0 | C | EA | 25 | 51 |
| Octal | 273 | 277 | 340 | 21 | 17 | 0 | 14 | 352 | 45 | 121 |
| Binary | 10111011 | 10111111 | 11100000 | 10001 | 1111 | 0 | 1100 | 11101010 | 100101 | 1010001 |
Color Harmonies of #BBBFE0
Complementary color
Monochromatic Colors of #BBBFE0
Black with #BBBFE0
Text Example
Text Example
White with #BBBFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBFE0; }
p { color: rgb(187,191,224); }
H1.HeaderClassName
{
color: #BBBFE0;
}
.AnyTagClassName
{
color: #BBBFE0;
}
</style>
background-color css
<style>
a { background-color: #BBBFE0; }
a { background-color: rgb(187,191,224); }
div.DivClassName
{
background-color: #BBBFE0;
}
.BgClassName
{
background-color: #BBBFE0;
}
</style>
border-color css
<style>
span { border-color: #BBBFE0; }
span { border-color: rgb(187,191,224); }
td.TdClassName
{
border-color: #BBBFE0;
}
.TagClassName
{
border-color: #BBBFE0;
}
</style>