Shades of Lavender Grey #BFBBE0
Tints of Lavender Grey #BFBBE0
RGB
CMYK
RGB Variations
Color information
#BFBBE0 (or 0xBFBBE0) is known color: Lavender Grey. HEX triplet: BF, BB and E0. RGB value is (191,187,224). Sum of RGB (Red+Green+Blue) = 191+187+224=602 (79% of max value = 765). Red value is 191 (75% from 255 or 31.73% from 602); Green value is 187 (73.44% from 255 or 31.06% 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 #BFBBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBBE0 is #40441F. Grayscale: #C0C0C0. Windows color (decimal): -4211744 or 14728127. OLE color: 14728127.
HSL color Cylindrical-coordinate representation of color #BFBBE0: hue angle of 246.49º 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 #BFBBE0 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 187 | 224 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.12 |
| HSL | 246.49º | 0.37% | 0.81% | - |
| HSV(B) | 246.49º | 0.17% | 0.88% | - |
| XYZ | 52.71 | 52 | 77.78 | - |
| YUV | 192.41 | 145.83 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 187 | 224 | 0.15 | 0.17 | 0 | 0.12 | 246.49 | 0.37 | 0.81 |
| Hex | BF | BB | E0 | F | 11 | 0 | C | F6 | 25 | 51 |
| Octal | 277 | 273 | 340 | 17 | 21 | 0 | 14 | 366 | 45 | 121 |
| Binary | 10111111 | 10111011 | 11100000 | 1111 | 10001 | 0 | 1100 | 11110110 | 100101 | 1010001 |
Color Harmonies of #BFBBE0
Complementary color
Monochromatic Colors of #BFBBE0
Black with #BFBBE0
Text Example
Text Example
White with #BFBBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBBE0; }
p { color: rgb(191,187,224); }
H1.HeaderClassName
{
color: #BFBBE0;
}
.AnyTagClassName
{
color: #BFBBE0;
}
</style>
background-color css
<style>
a { background-color: #BFBBE0; }
a { background-color: rgb(191,187,224); }
div.DivClassName
{
background-color: #BFBBE0;
}
.BgClassName
{
background-color: #BFBBE0;
}
</style>
border-color css
<style>
span { border-color: #BFBBE0; }
span { border-color: rgb(191,187,224); }
td.TdClassName
{
border-color: #BFBBE0;
}
.TagClassName
{
border-color: #BFBBE0;
}
</style>