Shades of Lavender Grey #BEBEEC
Tints of Lavender Grey #BEBEEC
RGB
CMYK
RGB Variations
Color information
#BEBEEC (or 0xBEBEEC) is known color: Lavender Grey. HEX triplet: BE, BE and EC. RGB value is (190,190,236). Sum of RGB (Red+Green+Blue) = 190+190+236=616 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.84% from 616); Green value is 190 (74.61% from 255 or 30.84% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 236 - color contains mainly: blue. Hex color #BEBEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBEEC is #414113. Grayscale: #C3C3C3. Windows color (decimal): -4276500 or 15515326. OLE color: 15515326.
HSL color Cylindrical-coordinate representation of color #BEBEEC: hue angle of 240º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEBEEC is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 190 | 236 | - |
| CMYK | 0.19 | 0.19 | 0 | 0.07 |
| HSL | 240º | 0.55% | 0.84% | - |
| HSV(B) | 240º | 0.19% | 0.93% | - |
| XYZ | 54.79 | 53.83 | 86.86 | - |
| YUV | 195.24 | 151 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 190 | 236 | 0.19 | 0.19 | 0 | 0.07 | 240 | 0.55 | 0.84 |
| Hex | BE | BE | EC | 13 | 13 | 0 | 7 | F0 | 37 | 54 |
| Octal | 276 | 276 | 354 | 23 | 23 | 0 | 7 | 360 | 67 | 124 |
| Binary | 10111110 | 10111110 | 11101100 | 10011 | 10011 | 0 | 111 | 11110000 | 110111 | 1010100 |
Color Harmonies of #BEBEEC
Complementary color
Monochromatic Colors of #BEBEEC
Black with #BEBEEC
Text Example
Text Example
White with #BEBEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBEEC; }
p { color: rgb(190,190,236); }
H1.HeaderClassName
{
color: #BEBEEC;
}
.AnyTagClassName
{
color: #BEBEEC;
}
</style>
background-color css
<style>
a { background-color: #BEBEEC; }
a { background-color: rgb(190,190,236); }
div.DivClassName
{
background-color: #BEBEEC;
}
.BgClassName
{
background-color: #BEBEEC;
}
</style>
border-color css
<style>
span { border-color: #BEBEEC; }
span { border-color: rgb(190,190,236); }
td.TdClassName
{
border-color: #BEBEEC;
}
.TagClassName
{
border-color: #BEBEEC;
}
</style>