Shades of Lavender Grey #BFBFEC
Tints of Lavender Grey #BFBFEC
RGB
CMYK
RGB Variations
Color information
#BFBFEC (or 0xBFBFEC) is known color: Lavender Grey. HEX triplet: BF, BF and EC. RGB value is (191,191,236). Sum of RGB (Red+Green+Blue) = 191+191+236=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 191 (75% from 255 or 30.91% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFBFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBFEC is #404013. Grayscale: #C3C3C3. Windows color (decimal): -4210708 or 15515583. OLE color: 15515583.
HSL color Cylindrical-coordinate representation of color #BFBFEC: hue angle of 240º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFBFEC is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 191 | 236 | - |
| CMYK | 0.19 | 0.19 | 0 | 0.07 |
| HSL | 240º | 0.54% | 0.84% | - |
| HSV(B) | 240º | 0.19% | 0.93% | - |
| XYZ | 55.26 | 54.39 | 86.94 | - |
| YUV | 196.13 | 150.5 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 191 | 236 | 0.19 | 0.19 | 0 | 0.07 | 240 | 0.54 | 0.84 |
| Hex | BF | BF | EC | 13 | 13 | 0 | 7 | F0 | 36 | 54 |
| Octal | 277 | 277 | 354 | 23 | 23 | 0 | 7 | 360 | 66 | 124 |
| Binary | 10111111 | 10111111 | 11101100 | 10011 | 10011 | 0 | 111 | 11110000 | 110110 | 1010100 |
Color Harmonies of #BFBFEC
Complementary color
Monochromatic Colors of #BFBFEC
Black with #BFBFEC
Text Example
Text Example
White with #BFBFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBFEC; }
p { color: rgb(191,191,236); }
H1.HeaderClassName
{
color: #BFBFEC;
}
.AnyTagClassName
{
color: #BFBFEC;
}
</style>
background-color css
<style>
a { background-color: #BFBFEC; }
a { background-color: rgb(191,191,236); }
div.DivClassName
{
background-color: #BFBFEC;
}
.BgClassName
{
background-color: #BFBFEC;
}
</style>
border-color css
<style>
span { border-color: #BFBFEC; }
span { border-color: rgb(191,191,236); }
td.TdClassName
{
border-color: #BFBFEC;
}
.TagClassName
{
border-color: #BFBFEC;
}
</style>