Shades of Lavender Grey #BFBEE2
Tints of Lavender Grey #BFBEE2
RGB
CMYK
RGB Variations
Color information
#BFBEE2 (or 0xBFBEE2) is known color: Lavender Grey. HEX triplet: BF, BE and E2. RGB value is (191,190,226). Sum of RGB (Red+Green+Blue) = 191+190+226=607 (80% of max value = 765). Red value is 191 (75% from 255 or 31.47% from 607); Green value is 190 (74.61% from 255 or 31.30% from 607); Blue value is 226 (88.67% from 255 or 37.23% from 607); Max value from RGB is 226 - color contains mainly: blue. Hex color #BFBEE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBEE2 is #40411D. Grayscale: #C2C2C2. Windows color (decimal): -4210974 or 14859967. OLE color: 14859967.
HSL color Cylindrical-coordinate representation of color #BFBEE2: hue angle of 241.67º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFBEE2 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 190 | 226 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.11 |
| HSL | 241.67º | 0.38% | 0.82% | - |
| HSV(B) | 241.67º | 0.16% | 0.89% | - |
| XYZ | 53.63 | 53.39 | 79.43 | - |
| YUV | 194.4 | 145.83 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 190 | 226 | 0.15 | 0.16 | 0 | 0.11 | 241.67 | 0.38 | 0.82 |
| Hex | BF | BE | E2 | F | 10 | 0 | B | F2 | 26 | 52 |
| Octal | 277 | 276 | 342 | 17 | 20 | 0 | 13 | 362 | 46 | 122 |
| Binary | 10111111 | 10111110 | 11100010 | 1111 | 10000 | 0 | 1011 | 11110010 | 100110 | 1010010 |
Color Harmonies of #BFBEE2
Complementary color
Monochromatic Colors of #BFBEE2
Black with #BFBEE2
Text Example
Text Example
White with #BFBEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBEE2; }
p { color: rgb(191,190,226); }
H1.HeaderClassName
{
color: #BFBEE2;
}
.AnyTagClassName
{
color: #BFBEE2;
}
</style>
background-color css
<style>
a { background-color: #BFBEE2; }
a { background-color: rgb(191,190,226); }
div.DivClassName
{
background-color: #BFBEE2;
}
.BgClassName
{
background-color: #BFBEE2;
}
</style>
border-color css
<style>
span { border-color: #BFBEE2; }
span { border-color: rgb(191,190,226); }
td.TdClassName
{
border-color: #BFBEE2;
}
.TagClassName
{
border-color: #BFBEE2;
}
</style>