Shades of Lavender Grey #BFBAE0
Tints of Lavender Grey #BFBAE0
RGB
CMYK
RGB Variations
Color information
#BFBAE0 (or 0xBFBAE0) is known color: Lavender Grey. HEX triplet: BF, BA and E0. RGB value is (191,186,224). Sum of RGB (Red+Green+Blue) = 191+186+224=601 (79% of max value = 765). Red value is 191 (75% from 255 or 31.78% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 224 (87.89% from 255 or 37.27% from 601); Max value from RGB is 224 - color contains mainly: blue. Hex color #BFBAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBAE0 is #40451F. Grayscale: #BFBFBF. Windows color (decimal): -4212000 or 14727871. OLE color: 14727871.
HSL color Cylindrical-coordinate representation of color #BFBAE0: hue angle of 247.89º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFBAE0 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 186 | 224 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.12 |
| HSL | 247.89º | 0.38% | 0.8% | - |
| HSV(B) | 247.89º | 0.17% | 0.88% | - |
| XYZ | 52.5 | 51.58 | 77.71 | - |
| YUV | 191.83 | 146.16 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 186 | 224 | 0.15 | 0.17 | 0 | 0.12 | 247.89 | 0.38 | 0.8 |
| Hex | BF | BA | E0 | F | 11 | 0 | C | F8 | 26 | 50 |
| Octal | 277 | 272 | 340 | 17 | 21 | 0 | 14 | 370 | 46 | 120 |
| Binary | 10111111 | 10111010 | 11100000 | 1111 | 10001 | 0 | 1100 | 11111000 | 100110 | 1010000 |
Color Harmonies of #BFBAE0
Complementary color
Monochromatic Colors of #BFBAE0
Black with #BFBAE0
Text Example
Text Example
White with #BFBAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBAE0; }
p { color: rgb(191,186,224); }
H1.HeaderClassName
{
color: #BFBAE0;
}
.AnyTagClassName
{
color: #BFBAE0;
}
</style>
background-color css
<style>
a { background-color: #BFBAE0; }
a { background-color: rgb(191,186,224); }
div.DivClassName
{
background-color: #BFBAE0;
}
.BgClassName
{
background-color: #BFBAE0;
}
</style>
border-color css
<style>
span { border-color: #BFBAE0; }
span { border-color: rgb(191,186,224); }
td.TdClassName
{
border-color: #BFBAE0;
}
.TagClassName
{
border-color: #BFBAE0;
}
</style>