Shades of Lola #BEAEC1
Tints of Lola #BEAEC1
RGB
CMYK
RGB Variations
Color information
#BEAEC1 (or 0xBEAEC1) is known color: Lola. HEX triplet: BE, AE and C1. RGB value is (190,174,193). Sum of RGB (Red+Green+Blue) = 190+174+193=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 193 (75.78% from 255 or 34.65% from 557); Max value from RGB is 193 - color contains mainly: blue. Hex color #BEAEC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAEC1 is #41513E. Grayscale: #B4B4B4. Windows color (decimal): -4280639 or 12693182. OLE color: 12693182.
HSL color Cylindrical-coordinate representation of color #BEAEC1: hue angle of 290.53º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BEAEC1 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 174 | 193 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.24 |
| HSL | 290.53º | 0.13% | 0.72% | - |
| HSV(B) | 290.53º | 0.1% | 0.76% | - |
| XYZ | 46 | 45.07 | 56.73 | - |
| YUV | 180.95 | 134.8 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 174 | 193 | 0.02 | 0.10 | 0 | 0.24 | 290.53 | 0.13 | 0.72 |
| Hex | BE | AE | C1 | 2 | A | 0 | 18 | 123 | D | 48 |
| Octal | 276 | 256 | 301 | 2 | 12 | 0 | 30 | 443 | 15 | 110 |
| Binary | 10111110 | 10101110 | 11000001 | 10 | 1010 | 0 | 11000 | 100100011 | 1101 | 1001000 |
Color Harmonies of #BEAEC1
Complementary color
Monochromatic Colors of #BEAEC1
Black with #BEAEC1
Text Example
Text Example
White with #BEAEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAEC1; }
p { color: rgb(190,174,193); }
H1.HeaderClassName
{
color: #BEAEC1;
}
.AnyTagClassName
{
color: #BEAEC1;
}
</style>
background-color css
<style>
a { background-color: #BEAEC1; }
a { background-color: rgb(190,174,193); }
div.DivClassName
{
background-color: #BEAEC1;
}
.BgClassName
{
background-color: #BEAEC1;
}
</style>
border-color css
<style>
span { border-color: #BEAEC1; }
span { border-color: rgb(190,174,193); }
td.TdClassName
{
border-color: #BEAEC1;
}
.TagClassName
{
border-color: #BEAEC1;
}
</style>