Shades of Lavender Grey #BFBAE2
Tints of Lavender Grey #BFBAE2
RGB
CMYK
RGB Variations
Color information
#BFBAE2 (or 0xBFBAE2) is known color: Lavender Grey. HEX triplet: BF, BA and E2. RGB value is (191,186,226). Sum of RGB (Red+Green+Blue) = 191+186+226=603 (79% of max value = 765). Red value is 191 (75% from 255 or 31.67% from 603); Green value is 186 (73.05% from 255 or 30.85% from 603); Blue value is 226 (88.67% from 255 or 37.48% from 603); Max value from RGB is 226 - color contains mainly: blue. Hex color #BFBAE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBAE2 is #40451D. Grayscale: #BFBFBF. Windows color (decimal): -4211998 or 14858943. OLE color: 14858943.
HSL color Cylindrical-coordinate representation of color #BFBAE2: hue angle of 247.5º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFBAE2 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 186 | 226 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.11 |
| HSL | 247.5º | 0.41% | 0.81% | - |
| HSV(B) | 247.5º | 0.18% | 0.89% | - |
| XYZ | 52.77 | 51.69 | 79.15 | - |
| YUV | 192.06 | 147.16 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 186 | 226 | 0.15 | 0.18 | 0 | 0.11 | 247.5 | 0.41 | 0.81 |
| Hex | BF | BA | E2 | F | 12 | 0 | B | F8 | 29 | 51 |
| Octal | 277 | 272 | 342 | 17 | 22 | 0 | 13 | 370 | 51 | 121 |
| Binary | 10111111 | 10111010 | 11100010 | 1111 | 10010 | 0 | 1011 | 11111000 | 101001 | 1010001 |
Color Harmonies of #BFBAE2
Complementary color
Monochromatic Colors of #BFBAE2
Black with #BFBAE2
Text Example
Text Example
White with #BFBAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBAE2; }
p { color: rgb(191,186,226); }
H1.HeaderClassName
{
color: #BFBAE2;
}
.AnyTagClassName
{
color: #BFBAE2;
}
</style>
background-color css
<style>
a { background-color: #BFBAE2; }
a { background-color: rgb(191,186,226); }
div.DivClassName
{
background-color: #BFBAE2;
}
.BgClassName
{
background-color: #BFBAE2;
}
</style>
border-color css
<style>
span { border-color: #BFBAE2; }
span { border-color: rgb(191,186,226); }
td.TdClassName
{
border-color: #BFBAE2;
}
.TagClassName
{
border-color: #BFBAE2;
}
</style>