Shades of Lavender Grey #BEBFE3
Tints of Lavender Grey #BEBFE3
RGB
CMYK
RGB Variations
Color information
#BEBFE3 (or 0xBEBFE3) is known color: Lavender Grey. HEX triplet: BE, BF and E3. RGB value is (190,191,227). Sum of RGB (Red+Green+Blue) = 190+191+227=608 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.25% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 227 (89.06% from 255 or 37.34% from 608); Max value from RGB is 227 - color contains mainly: blue. Hex color #BEBFE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBFE3 is #41401C. Grayscale: #C2C2C2. Windows color (decimal): -4276253 or 14925758. OLE color: 14925758.
HSL color Cylindrical-coordinate representation of color #BEBFE3: hue angle of 238.38º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEBFE3 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 191 | 227 | - |
| CMYK | 0.16 | 0.16 | 0 | 0.11 |
| HSL | 238.38º | 0.4% | 0.82% | - |
| HSV(B) | 238.38º | 0.16% | 0.89% | - |
| XYZ | 53.73 | 53.75 | 80.22 | - |
| YUV | 194.81 | 146.17 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 191 | 227 | 0.16 | 0.16 | 0 | 0.11 | 238.38 | 0.4 | 0.82 |
| Hex | BE | BF | E3 | 10 | 10 | 0 | B | EE | 28 | 52 |
| Octal | 276 | 277 | 343 | 20 | 20 | 0 | 13 | 356 | 50 | 122 |
| Binary | 10111110 | 10111111 | 11100011 | 10000 | 10000 | 0 | 1011 | 11101110 | 101000 | 1010010 |
Color Harmonies of #BEBFE3
Complementary color
Monochromatic Colors of #BEBFE3
Black with #BEBFE3
Text Example
Text Example
White with #BEBFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBFE3; }
p { color: rgb(190,191,227); }
H1.HeaderClassName
{
color: #BEBFE3;
}
.AnyTagClassName
{
color: #BEBFE3;
}
</style>
background-color css
<style>
a { background-color: #BEBFE3; }
a { background-color: rgb(190,191,227); }
div.DivClassName
{
background-color: #BEBFE3;
}
.BgClassName
{
background-color: #BEBFE3;
}
</style>
border-color css
<style>
span { border-color: #BEBFE3; }
span { border-color: rgb(190,191,227); }
td.TdClassName
{
border-color: #BEBFE3;
}
.TagClassName
{
border-color: #BEBFE3;
}
</style>