Shades of Lola #BEAAC2
Tints of Lola #BEAAC2
RGB
CMYK
RGB Variations
Color information
#BEAAC2 (or 0xBEAAC2) is known color: Lola. HEX triplet: BE, AA and C2. RGB value is (190,170,194). Sum of RGB (Red+Green+Blue) = 190+170+194=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 170 (66.80% from 255 or 30.69% from 554); Blue value is 194 (76.17% from 255 or 35.02% from 554); Max value from RGB is 194 - color contains mainly: blue. Hex color #BEAAC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAAC2 is #41553D. Grayscale: #B2B2B2. Windows color (decimal): -4281662 or 12757694. OLE color: 12757694.
HSL color Cylindrical-coordinate representation of color #BEAAC2: hue angle of 290º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BEAAC2 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 170 | 194 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.24 |
| HSL | 290º | 0.16% | 0.71% | - |
| HSV(B) | 290º | 0.12% | 0.76% | - |
| XYZ | 45.35 | 43.59 | 57.06 | - |
| YUV | 178.72 | 136.63 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 170 | 194 | 0.02 | 0.12 | 0 | 0.24 | 290 | 0.16 | 0.71 |
| Hex | BE | AA | C2 | 2 | C | 0 | 18 | 122 | 10 | 47 |
| Octal | 276 | 252 | 302 | 2 | 14 | 0 | 30 | 442 | 20 | 107 |
| Binary | 10111110 | 10101010 | 11000010 | 10 | 1100 | 0 | 11000 | 100100010 | 10000 | 1000111 |
Color Harmonies of #BEAAC2
Complementary color
Monochromatic Colors of #BEAAC2
Black with #BEAAC2
Text Example
Text Example
White with #BEAAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAAC2; }
p { color: rgb(190,170,194); }
H1.HeaderClassName
{
color: #BEAAC2;
}
.AnyTagClassName
{
color: #BEAAC2;
}
</style>
background-color css
<style>
a { background-color: #BEAAC2; }
a { background-color: rgb(190,170,194); }
div.DivClassName
{
background-color: #BEAAC2;
}
.BgClassName
{
background-color: #BEAAC2;
}
</style>
border-color css
<style>
span { border-color: #BEAAC2; }
span { border-color: rgb(190,170,194); }
td.TdClassName
{
border-color: #BEAAC2;
}
.TagClassName
{
border-color: #BEAAC2;
}
</style>