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