Shades of Lavender Grey #BFBFE5
Tints of Lavender Grey #BFBFE5
RGB
CMYK
RGB Variations
Color information
#BFBFE5 (or 0xBFBFE5) is known color: Lavender Grey. HEX triplet: BF, BF and E5. RGB value is (191,191,229). Sum of RGB (Red+Green+Blue) = 191+191+229=611 (80% of max value = 765). Red value is 191 (75% from 255 or 31.26% from 611); Green value is 191 (75% from 255 or 31.26% from 611); Blue value is 229 (89.84% from 255 or 37.48% from 611); Max value from RGB is 229 - color contains mainly: blue. Hex color #BFBFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBFE5 is #40401A. Grayscale: #C3C3C3. Windows color (decimal): -4210715 or 15056831. OLE color: 15056831.
HSL color Cylindrical-coordinate representation of color #BFBFE5: hue angle of 240º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFBFE5 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 191 | 229 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.10 |
| HSL | 240º | 0.42% | 0.82% | - |
| HSV(B) | 240º | 0.17% | 0.9% | - |
| XYZ | 54.26 | 54 | 81.69 | - |
| YUV | 195.33 | 147 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 191 | 229 | 0.17 | 0.17 | 0 | 0.10 | 240 | 0.42 | 0.82 |
| Hex | BF | BF | E5 | 11 | 11 | 0 | A | F0 | 2A | 52 |
| Octal | 277 | 277 | 345 | 21 | 21 | 0 | 12 | 360 | 52 | 122 |
| Binary | 10111111 | 10111111 | 11100101 | 10001 | 10001 | 0 | 1010 | 11110000 | 101010 | 1010010 |
Color Harmonies of #BFBFE5
Complementary color
Monochromatic Colors of #BFBFE5
Black with #BFBFE5
Text Example
Text Example
White with #BFBFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBFE5; }
p { color: rgb(191,191,229); }
H1.HeaderClassName
{
color: #BFBFE5;
}
.AnyTagClassName
{
color: #BFBFE5;
}
</style>
background-color css
<style>
a { background-color: #BFBFE5; }
a { background-color: rgb(191,191,229); }
div.DivClassName
{
background-color: #BFBFE5;
}
.BgClassName
{
background-color: #BFBFE5;
}
</style>
border-color css
<style>
span { border-color: #BFBFE5; }
span { border-color: rgb(191,191,229); }
td.TdClassName
{
border-color: #BFBFE5;
}
.TagClassName
{
border-color: #BFBFE5;
}
</style>