Shades of Lavender Grey #BFBBE5
Tints of Lavender Grey #BFBBE5
RGB
CMYK
RGB Variations
Color information
#BFBBE5 (or 0xBFBBE5) is known color: Lavender Grey. HEX triplet: BF, BB and E5. RGB value is (191,187,229). Sum of RGB (Red+Green+Blue) = 191+187+229=607 (80% of max value = 765). Red value is 191 (75% from 255 or 31.47% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 229 (89.84% from 255 or 37.73% from 607); Max value from RGB is 229 - color contains mainly: blue. Hex color #BFBBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBBE5 is #40441A. Grayscale: #C0C0C0. Windows color (decimal): -4211739 or 15055807. OLE color: 15055807.
HSL color Cylindrical-coordinate representation of color #BFBBE5: hue angle of 245.71º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFBBE5 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 187 | 229 | - |
| CMYK | 0.17 | 0.18 | 0 | 0.10 |
| HSL | 245.71º | 0.45% | 0.82% | - |
| HSV(B) | 245.71º | 0.18% | 0.9% | - |
| XYZ | 53.4 | 52.27 | 81.4 | - |
| YUV | 192.98 | 148.33 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 187 | 229 | 0.17 | 0.18 | 0 | 0.10 | 245.71 | 0.45 | 0.82 |
| Hex | BF | BB | E5 | 11 | 12 | 0 | A | F6 | 2D | 52 |
| Octal | 277 | 273 | 345 | 21 | 22 | 0 | 12 | 366 | 55 | 122 |
| Binary | 10111111 | 10111011 | 11100101 | 10001 | 10010 | 0 | 1010 | 11110110 | 101101 | 1010010 |
Color Harmonies of #BFBBE5
Complementary color
Monochromatic Colors of #BFBBE5
Black with #BFBBE5
Text Example
Text Example
White with #BFBBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBBE5; }
p { color: rgb(191,187,229); }
H1.HeaderClassName
{
color: #BFBBE5;
}
.AnyTagClassName
{
color: #BFBBE5;
}
</style>
background-color css
<style>
a { background-color: #BFBBE5; }
a { background-color: rgb(191,187,229); }
div.DivClassName
{
background-color: #BFBBE5;
}
.BgClassName
{
background-color: #BFBBE5;
}
</style>
border-color css
<style>
span { border-color: #BFBBE5; }
span { border-color: rgb(191,187,229); }
td.TdClassName
{
border-color: #BFBBE5;
}
.TagClassName
{
border-color: #BFBBE5;
}
</style>