Shades of Lavender Grey #BFBAEE
Tints of Lavender Grey #BFBAEE
RGB
CMYK
RGB Variations
Color information
#BFBAEE (or 0xBFBAEE) is known color: Lavender Grey. HEX triplet: BF, BA and EE. RGB value is (191,186,238). Sum of RGB (Red+Green+Blue) = 191+186+238=615 (81% of max value = 765). Red value is 191 (75% from 255 or 31.06% from 615); Green value is 186 (73.05% from 255 or 30.24% from 615); Blue value is 238 (93.36% from 255 or 38.70% from 615); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFBAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBAEE is #404511. Grayscale: #C1C1C1. Windows color (decimal): -4211986 or 15645375. OLE color: 15645375.
HSL color Cylindrical-coordinate representation of color #BFBAEE: hue angle of 245.77º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFBAEE is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 186 | 238 | - |
| CMYK | 0.20 | 0.22 | 0 | 0.07 |
| HSL | 245.77º | 0.6% | 0.83% | - |
| HSV(B) | 245.77º | 0.22% | 0.93% | - |
| XYZ | 54.48 | 52.37 | 88.13 | - |
| YUV | 193.42 | 153.16 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 186 | 238 | 0.20 | 0.22 | 0 | 0.07 | 245.77 | 0.6 | 0.83 |
| Hex | BF | BA | EE | 14 | 16 | 0 | 7 | F6 | 3C | 53 |
| Octal | 277 | 272 | 356 | 24 | 26 | 0 | 7 | 366 | 74 | 123 |
| Binary | 10111111 | 10111010 | 11101110 | 10100 | 10110 | 0 | 111 | 11110110 | 111100 | 1010011 |
Color Harmonies of #BFBAEE
Complementary color
Monochromatic Colors of #BFBAEE
Black with #BFBAEE
Text Example
Text Example
White with #BFBAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBAEE; }
p { color: rgb(191,186,238); }
H1.HeaderClassName
{
color: #BFBAEE;
}
.AnyTagClassName
{
color: #BFBAEE;
}
</style>
background-color css
<style>
a { background-color: #BFBAEE; }
a { background-color: rgb(191,186,238); }
div.DivClassName
{
background-color: #BFBAEE;
}
.BgClassName
{
background-color: #BFBAEE;
}
</style>
border-color css
<style>
span { border-color: #BFBAEE; }
span { border-color: rgb(191,186,238); }
td.TdClassName
{
border-color: #BFBAEE;
}
.TagClassName
{
border-color: #BFBAEE;
}
</style>