Shades of Lavender Grey #BEBFE0
Tints of Lavender Grey #BEBFE0
RGB
CMYK
RGB Variations
Color information
#BEBFE0 (or 0xBEBFE0) is known color: Lavender Grey. HEX triplet: BE, BF and E0. RGB value is (190,191,224). Sum of RGB (Red+Green+Blue) = 190+191+224=605 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.40% from 605); Green value is 191 (75% from 255 or 31.57% from 605); Blue value is 224 (87.89% from 255 or 37.02% from 605); Max value from RGB is 224 - color contains mainly: blue. Hex color #BEBFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBFE0 is #41401F. Grayscale: #C2C2C2. Windows color (decimal): -4276256 or 14729150. OLE color: 14729150.
HSL color Cylindrical-coordinate representation of color #BEBFE0: hue angle of 238.24º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEBFE0 is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 191 | 224 | - |
| CMYK | 0.15 | 0.15 | 0 | 0.12 |
| HSL | 238.24º | 0.35% | 0.81% | - |
| HSV(B) | 238.24º | 0.15% | 0.88% | - |
| XYZ | 53.32 | 53.59 | 78.05 | - |
| YUV | 194.46 | 144.67 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 191 | 224 | 0.15 | 0.15 | 0 | 0.12 | 238.24 | 0.35 | 0.81 |
| Hex | BE | BF | E0 | F | F | 0 | C | EE | 23 | 51 |
| Octal | 276 | 277 | 340 | 17 | 17 | 0 | 14 | 356 | 43 | 121 |
| Binary | 10111110 | 10111111 | 11100000 | 1111 | 1111 | 0 | 1100 | 11101110 | 100011 | 1010001 |
Color Harmonies of #BEBFE0
Complementary color
Monochromatic Colors of #BEBFE0
Black with #BEBFE0
Text Example
Text Example
White with #BEBFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBFE0; }
p { color: rgb(190,191,224); }
H1.HeaderClassName
{
color: #BEBFE0;
}
.AnyTagClassName
{
color: #BEBFE0;
}
</style>
background-color css
<style>
a { background-color: #BEBFE0; }
a { background-color: rgb(190,191,224); }
div.DivClassName
{
background-color: #BEBFE0;
}
.BgClassName
{
background-color: #BEBFE0;
}
</style>
border-color css
<style>
span { border-color: #BEBFE0; }
span { border-color: rgb(190,191,224); }
td.TdClassName
{
border-color: #BEBFE0;
}
.TagClassName
{
border-color: #BEBFE0;
}
</style>