Shades of Lavender Grey #BEBFE8
Tints of Lavender Grey #BEBFE8
RGB
CMYK
RGB Variations
Color information
#BEBFE8 (or 0xBEBFE8) is known color: Lavender Grey. HEX triplet: BE, BF and E8. RGB value is (190,191,232). Sum of RGB (Red+Green+Blue) = 190+191+232=613 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.00% from 613); Green value is 191 (75% from 255 or 31.16% from 613); Blue value is 232 (91.02% from 255 or 37.85% from 613); Max value from RGB is 232 - color contains mainly: blue. Hex color #BEBFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBFE8 is #414017. Grayscale: #C3C3C3. Windows color (decimal): -4276248 or 15253438. OLE color: 15253438.
HSL color Cylindrical-coordinate representation of color #BEBFE8: hue angle of 238.57º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEBFE8 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 191 | 232 | - |
| CMYK | 0.18 | 0.18 | 0 | 0.09 |
| HSL | 238.57º | 0.48% | 0.83% | - |
| HSV(B) | 238.57º | 0.18% | 0.91% | - |
| XYZ | 54.43 | 54.03 | 83.9 | - |
| YUV | 195.38 | 148.67 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 191 | 232 | 0.18 | 0.18 | 0 | 0.09 | 238.57 | 0.48 | 0.83 |
| Hex | BE | BF | E8 | 12 | 12 | 0 | 9 | EF | 30 | 53 |
| Octal | 276 | 277 | 350 | 22 | 22 | 0 | 11 | 357 | 60 | 123 |
| Binary | 10111110 | 10111111 | 11101000 | 10010 | 10010 | 0 | 1001 | 11101111 | 110000 | 1010011 |
Color Harmonies of #BEBFE8
Complementary color
Monochromatic Colors of #BEBFE8
Black with #BEBFE8
Text Example
Text Example
White with #BEBFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBFE8; }
p { color: rgb(190,191,232); }
H1.HeaderClassName
{
color: #BEBFE8;
}
.AnyTagClassName
{
color: #BEBFE8;
}
</style>
background-color css
<style>
a { background-color: #BEBFE8; }
a { background-color: rgb(190,191,232); }
div.DivClassName
{
background-color: #BEBFE8;
}
.BgClassName
{
background-color: #BEBFE8;
}
</style>
border-color css
<style>
span { border-color: #BEBFE8; }
span { border-color: rgb(190,191,232); }
td.TdClassName
{
border-color: #BEBFE8;
}
.TagClassName
{
border-color: #BEBFE8;
}
</style>