Shades of Lavender Grey #BEBFE5
Tints of Lavender Grey #BEBFE5
RGB
CMYK
RGB Variations
Color information
#BEBFE5 (or 0xBEBFE5) is known color: Lavender Grey. HEX triplet: BE, BF and E5. RGB value is (190,191,229). Sum of RGB (Red+Green+Blue) = 190+191+229=610 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.15% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 229 (89.84% from 255 or 37.54% from 610); Max value from RGB is 229 - color contains mainly: blue. Hex color #BEBFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBFE5 is #41401A. Grayscale: #C2C2C2. Windows color (decimal): -4276251 or 15056830. OLE color: 15056830.
HSL color Cylindrical-coordinate representation of color #BEBFE5: hue angle of 238.46º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEBFE5 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 191 | 229 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.10 |
| HSL | 238.46º | 0.43% | 0.82% | - |
| HSV(B) | 238.46º | 0.17% | 0.9% | - |
| XYZ | 54.01 | 53.87 | 81.68 | - |
| YUV | 195.03 | 147.17 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 191 | 229 | 0.17 | 0.17 | 0 | 0.10 | 238.46 | 0.43 | 0.82 |
| Hex | BE | BF | E5 | 11 | 11 | 0 | A | EE | 2B | 52 |
| Octal | 276 | 277 | 345 | 21 | 21 | 0 | 12 | 356 | 53 | 122 |
| Binary | 10111110 | 10111111 | 11100101 | 10001 | 10001 | 0 | 1010 | 11101110 | 101011 | 1010010 |
Color Harmonies of #BEBFE5
Complementary color
Monochromatic Colors of #BEBFE5
Black with #BEBFE5
Text Example
Text Example
White with #BEBFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBFE5; }
p { color: rgb(190,191,229); }
H1.HeaderClassName
{
color: #BEBFE5;
}
.AnyTagClassName
{
color: #BEBFE5;
}
</style>
background-color css
<style>
a { background-color: #BEBFE5; }
a { background-color: rgb(190,191,229); }
div.DivClassName
{
background-color: #BEBFE5;
}
.BgClassName
{
background-color: #BEBFE5;
}
</style>
border-color css
<style>
span { border-color: #BEBFE5; }
span { border-color: rgb(190,191,229); }
td.TdClassName
{
border-color: #BEBFE5;
}
.TagClassName
{
border-color: #BEBFE5;
}
</style>