Shades of Lavender Grey #BBBFE1
Tints of Lavender Grey #BBBFE1
RGB
CMYK
RGB Variations
Color information
#BBBFE1 (or 0xBBBFE1) is known color: Lavender Grey. HEX triplet: BB, BF and E1. RGB value is (187,191,225). Sum of RGB (Red+Green+Blue) = 187+191+225=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 191 (75% from 255 or 31.67% from 603); Blue value is 225 (88.28% from 255 or 37.31% from 603); Max value from RGB is 225 - color contains mainly: blue. Hex color #BBBFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBFE1 is #44401E. Grayscale: #C1C1C1. Windows color (decimal): -4472863 or 14794683. OLE color: 14794683.
HSL color Cylindrical-coordinate representation of color #BBBFE1: hue angle of 233.68º 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 #BBBFE1 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 191 | 225 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.12 |
| HSL | 233.68º | 0.39% | 0.81% | - |
| HSV(B) | 233.68º | 0.17% | 0.88% | - |
| XYZ | 52.71 | 53.26 | 78.74 | - |
| YUV | 193.68 | 145.67 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 191 | 225 | 0.17 | 0.15 | 0 | 0.12 | 233.68 | 0.39 | 0.81 |
| Hex | BB | BF | E1 | 11 | F | 0 | C | EA | 27 | 51 |
| Octal | 273 | 277 | 341 | 21 | 17 | 0 | 14 | 352 | 47 | 121 |
| Binary | 10111011 | 10111111 | 11100001 | 10001 | 1111 | 0 | 1100 | 11101010 | 100111 | 1010001 |
Color Harmonies of #BBBFE1
Complementary color
Monochromatic Colors of #BBBFE1
Black with #BBBFE1
Text Example
Text Example
White with #BBBFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBFE1; }
p { color: rgb(187,191,225); }
H1.HeaderClassName
{
color: #BBBFE1;
}
.AnyTagClassName
{
color: #BBBFE1;
}
</style>
background-color css
<style>
a { background-color: #BBBFE1; }
a { background-color: rgb(187,191,225); }
div.DivClassName
{
background-color: #BBBFE1;
}
.BgClassName
{
background-color: #BBBFE1;
}
</style>
border-color css
<style>
span { border-color: #BBBFE1; }
span { border-color: rgb(187,191,225); }
td.TdClassName
{
border-color: #BBBFE1;
}
.TagClassName
{
border-color: #BBBFE1;
}
</style>