Shades of Lavender Grey #BFBEE6
Tints of Lavender Grey #BFBEE6
RGB
CMYK
RGB Variations
Color information
#BFBEE6 (or 0xBFBEE6) is known color: Lavender Grey. HEX triplet: BF, BE and E6. RGB value is (191,190,230). Sum of RGB (Red+Green+Blue) = 191+190+230=611 (80% of max value = 765). Red value is 191 (75% from 255 or 31.26% from 611); Green value is 190 (74.61% from 255 or 31.10% from 611); Blue value is 230 (90.23% from 255 or 37.64% from 611); Max value from RGB is 230 - color contains mainly: blue. Hex color #BFBEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBEE6 is #404119. Grayscale: #C2C2C2. Windows color (decimal): -4210970 or 15122111. OLE color: 15122111.
HSL color Cylindrical-coordinate representation of color #BFBEE6: hue angle of 241.5º degrees, saturation: 0.44, 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 #BFBEE6 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 190 | 230 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.10 |
| HSL | 241.5º | 0.44% | 0.82% | - |
| HSV(B) | 241.5º | 0.17% | 0.9% | - |
| XYZ | 54.18 | 53.62 | 82.36 | - |
| YUV | 194.86 | 147.83 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 190 | 230 | 0.17 | 0.17 | 0 | 0.10 | 241.5 | 0.44 | 0.82 |
| Hex | BF | BE | E6 | 11 | 11 | 0 | A | F2 | 2C | 52 |
| Octal | 277 | 276 | 346 | 21 | 21 | 0 | 12 | 362 | 54 | 122 |
| Binary | 10111111 | 10111110 | 11100110 | 10001 | 10001 | 0 | 1010 | 11110010 | 101100 | 1010010 |
Color Harmonies of #BFBEE6
Complementary color
Monochromatic Colors of #BFBEE6
Black with #BFBEE6
Text Example
Text Example
White with #BFBEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBEE6; }
p { color: rgb(191,190,230); }
H1.HeaderClassName
{
color: #BFBEE6;
}
.AnyTagClassName
{
color: #BFBEE6;
}
</style>
background-color css
<style>
a { background-color: #BFBEE6; }
a { background-color: rgb(191,190,230); }
div.DivClassName
{
background-color: #BFBEE6;
}
.BgClassName
{
background-color: #BFBEE6;
}
</style>
border-color css
<style>
span { border-color: #BFBEE6; }
span { border-color: rgb(191,190,230); }
td.TdClassName
{
border-color: #BFBEE6;
}
.TagClassName
{
border-color: #BFBEE6;
}
</style>