Shades of Lavender Grey #BFBEE5
Tints of Lavender Grey #BFBEE5
RGB
CMYK
RGB Variations
Color information
#BFBEE5 (or 0xBFBEE5) is known color: Lavender Grey. HEX triplet: BF, BE and E5. RGB value is (191,190,229). Sum of RGB (Red+Green+Blue) = 191+190+229=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 190 (74.61% from 255 or 31.15% from 610); Blue value is 229 (89.84% from 255 or 37.54% from 610); Max value from RGB is 229 - color contains mainly: blue. Hex color #BFBEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBEE5 is #40411A. Grayscale: #C2C2C2. Windows color (decimal): -4210971 or 15056575. OLE color: 15056575.
HSL color Cylindrical-coordinate representation of color #BFBEE5: hue angle of 241.54º degrees, saturation: 0.43, 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 #BFBEE5 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 190 | 229 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.10 |
| HSL | 241.54º | 0.43% | 0.82% | - |
| HSV(B) | 241.54º | 0.17% | 0.9% | - |
| XYZ | 54.04 | 53.56 | 81.62 | - |
| YUV | 194.75 | 147.33 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 190 | 229 | 0.17 | 0.17 | 0 | 0.10 | 241.54 | 0.43 | 0.82 |
| Hex | BF | BE | E5 | 11 | 11 | 0 | A | F2 | 2B | 52 |
| Octal | 277 | 276 | 345 | 21 | 21 | 0 | 12 | 362 | 53 | 122 |
| Binary | 10111111 | 10111110 | 11100101 | 10001 | 10001 | 0 | 1010 | 11110010 | 101011 | 1010010 |
Color Harmonies of #BFBEE5
Complementary color
Monochromatic Colors of #BFBEE5
Black with #BFBEE5
Text Example
Text Example
White with #BFBEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBEE5; }
p { color: rgb(191,190,229); }
H1.HeaderClassName
{
color: #BFBEE5;
}
.AnyTagClassName
{
color: #BFBEE5;
}
</style>
background-color css
<style>
a { background-color: #BFBEE5; }
a { background-color: rgb(191,190,229); }
div.DivClassName
{
background-color: #BFBEE5;
}
.BgClassName
{
background-color: #BFBEE5;
}
</style>
border-color css
<style>
span { border-color: #BFBEE5; }
span { border-color: rgb(191,190,229); }
td.TdClassName
{
border-color: #BFBEE5;
}
.TagClassName
{
border-color: #BFBEE5;
}
</style>