Shades of Lavender Grey #BFBEED
Tints of Lavender Grey #BFBEED
RGB
CMYK
RGB Variations
Color information
#BFBEED (or 0xBFBEED) is known color: Lavender Grey. HEX triplet: BF, BE and ED. RGB value is (191,190,237). Sum of RGB (Red+Green+Blue) = 191+190+237=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 190 (74.61% from 255 or 30.74% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 237 - color contains mainly: blue. Hex color #BFBEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBEED is #404112. Grayscale: #C3C3C3. Windows color (decimal): -4210963 or 15580863. OLE color: 15580863.
HSL color Cylindrical-coordinate representation of color #BFBEED: hue angle of 241.28º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFBEED is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 190 | 237 | - |
| CMYK | 0.19 | 0.20 | 0 | 0.07 |
| HSL | 241.28º | 0.57% | 0.84% | - |
| HSV(B) | 241.28º | 0.2% | 0.93% | - |
| XYZ | 55.19 | 54.02 | 87.64 | - |
| YUV | 195.66 | 151.33 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 190 | 237 | 0.19 | 0.20 | 0 | 0.07 | 241.28 | 0.57 | 0.84 |
| Hex | BF | BE | ED | 13 | 14 | 0 | 7 | F1 | 39 | 54 |
| Octal | 277 | 276 | 355 | 23 | 24 | 0 | 7 | 361 | 71 | 124 |
| Binary | 10111111 | 10111110 | 11101101 | 10011 | 10100 | 0 | 111 | 11110001 | 111001 | 1010100 |
Color Harmonies of #BFBEED
Complementary color
Monochromatic Colors of #BFBEED
Black with #BFBEED
Text Example
Text Example
White with #BFBEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBEED; }
p { color: rgb(191,190,237); }
H1.HeaderClassName
{
color: #BFBEED;
}
.AnyTagClassName
{
color: #BFBEED;
}
</style>
background-color css
<style>
a { background-color: #BFBEED; }
a { background-color: rgb(191,190,237); }
div.DivClassName
{
background-color: #BFBEED;
}
.BgClassName
{
background-color: #BFBEED;
}
</style>
border-color css
<style>
span { border-color: #BFBEED; }
span { border-color: rgb(191,190,237); }
td.TdClassName
{
border-color: #BFBEED;
}
.TagClassName
{
border-color: #BFBEED;
}
</style>