Shades of Lavender Grey #BFBAED
Tints of Lavender Grey #BFBAED
RGB
CMYK
RGB Variations
Color information
#BFBAED (or 0xBFBAED) is known color: Lavender Grey. HEX triplet: BF, BA and ED. RGB value is (191,186,237). Sum of RGB (Red+Green+Blue) = 191+186+237=614 (81% of max value = 765). Red value is 191 (75% from 255 or 31.11% from 614); Green value is 186 (73.05% from 255 or 30.29% from 614); Blue value is 237 (92.97% from 255 or 38.60% from 614); Max value from RGB is 237 - color contains mainly: blue. Hex color #BFBAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBAED is #404512. Grayscale: #C1C1C1. Windows color (decimal): -4211987 or 15579839. OLE color: 15579839.
HSL color Cylindrical-coordinate representation of color #BFBAED: hue angle of 245.88º degrees, saturation: 0.59, 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 #BFBAED is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 186 | 237 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.07 |
| HSL | 245.88º | 0.59% | 0.83% | - |
| HSV(B) | 245.88º | 0.22% | 0.93% | - |
| XYZ | 54.33 | 52.31 | 87.35 | - |
| YUV | 193.31 | 152.66 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 186 | 237 | 0.19 | 0.22 | 0 | 0.07 | 245.88 | 0.59 | 0.83 |
| Hex | BF | BA | ED | 13 | 16 | 0 | 7 | F6 | 3B | 53 |
| Octal | 277 | 272 | 355 | 23 | 26 | 0 | 7 | 366 | 73 | 123 |
| Binary | 10111111 | 10111010 | 11101101 | 10011 | 10110 | 0 | 111 | 11110110 | 111011 | 1010011 |
Color Harmonies of #BFBAED
Complementary color
Monochromatic Colors of #BFBAED
Black with #BFBAED
Text Example
Text Example
White with #BFBAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBAED; }
p { color: rgb(191,186,237); }
H1.HeaderClassName
{
color: #BFBAED;
}
.AnyTagClassName
{
color: #BFBAED;
}
</style>
background-color css
<style>
a { background-color: #BFBAED; }
a { background-color: rgb(191,186,237); }
div.DivClassName
{
background-color: #BFBAED;
}
.BgClassName
{
background-color: #BFBAED;
}
</style>
border-color css
<style>
span { border-color: #BFBAED; }
span { border-color: rgb(191,186,237); }
td.TdClassName
{
border-color: #BFBAED;
}
.TagClassName
{
border-color: #BFBAED;
}
</style>