Shades of Lavender Grey #BFBFED
Tints of Lavender Grey #BFBFED
RGB
CMYK
RGB Variations
Color information
#BFBFED (or 0xBFBFED) is known color: Lavender Grey. HEX triplet: BF, BF and ED. RGB value is (191,191,237). Sum of RGB (Red+Green+Blue) = 191+191+237=619 (81% of max value = 765). Red value is 191 (75% from 255 or 30.86% from 619); Green value is 191 (75% from 255 or 30.86% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 237 - color contains mainly: blue. Hex color #BFBFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBFED is #404012. Grayscale: #C4C4C4. Windows color (decimal): -4210707 or 15581119. OLE color: 15581119.
HSL color Cylindrical-coordinate representation of color #BFBFED: hue angle of 240º degrees, saturation: 0.56, 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 #BFBFED is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 191 | 237 | - |
| CMYK | 0.19 | 0.19 | 0 | 0.07 |
| HSL | 240º | 0.56% | 0.84% | - |
| HSV(B) | 240º | 0.19% | 0.93% | - |
| XYZ | 55.4 | 54.45 | 87.71 | - |
| YUV | 196.24 | 151 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 191 | 237 | 0.19 | 0.19 | 0 | 0.07 | 240 | 0.56 | 0.84 |
| Hex | BF | BF | ED | 13 | 13 | 0 | 7 | F0 | 38 | 54 |
| Octal | 277 | 277 | 355 | 23 | 23 | 0 | 7 | 360 | 70 | 124 |
| Binary | 10111111 | 10111111 | 11101101 | 10011 | 10011 | 0 | 111 | 11110000 | 111000 | 1010100 |
Color Harmonies of #BFBFED
Complementary color
Monochromatic Colors of #BFBFED
Black with #BFBFED
Text Example
Text Example
White with #BFBFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBFED; }
p { color: rgb(191,191,237); }
H1.HeaderClassName
{
color: #BFBFED;
}
.AnyTagClassName
{
color: #BFBFED;
}
</style>
background-color css
<style>
a { background-color: #BFBFED; }
a { background-color: rgb(191,191,237); }
div.DivClassName
{
background-color: #BFBFED;
}
.BgClassName
{
background-color: #BFBFED;
}
</style>
border-color css
<style>
span { border-color: #BFBFED; }
span { border-color: rgb(191,191,237); }
td.TdClassName
{
border-color: #BFBFED;
}
.TagClassName
{
border-color: #BFBFED;
}
</style>