Shades of Lola #BEADC1
Tints of Lola #BEADC1
RGB
CMYK
RGB Variations
Color information
#BEADC1 (or 0xBEADC1) is known color: Lola. HEX triplet: BE, AD and C1. RGB value is (190,173,193). Sum of RGB (Red+Green+Blue) = 190+173+193=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 173 (67.97% from 255 or 31.12% from 556); Blue value is 193 (75.78% from 255 or 34.71% from 556); Max value from RGB is 193 - color contains mainly: blue. Hex color #BEADC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEADC1 is #41523E. Grayscale: #B4B4B4. Windows color (decimal): -4280895 or 12692926. OLE color: 12692926.
HSL color Cylindrical-coordinate representation of color #BEADC1: hue angle of 291º degrees, saturation: 0.14, 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 #BEADC1 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 173 | 193 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.24 |
| HSL | 291º | 0.14% | 0.72% | - |
| HSV(B) | 291º | 0.1% | 0.76% | - |
| XYZ | 45.8 | 44.68 | 56.66 | - |
| YUV | 180.36 | 135.13 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 173 | 193 | 0.02 | 0.10 | 0 | 0.24 | 291 | 0.14 | 0.72 |
| Hex | BE | AD | C1 | 2 | A | 0 | 18 | 123 | E | 48 |
| Octal | 276 | 255 | 301 | 2 | 12 | 0 | 30 | 443 | 16 | 110 |
| Binary | 10111110 | 10101101 | 11000001 | 10 | 1010 | 0 | 11000 | 100100011 | 1110 | 1001000 |
Color Harmonies of #BEADC1
Complementary color
Monochromatic Colors of #BEADC1
Black with #BEADC1
Text Example
Text Example
White with #BEADC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEADC1; }
p { color: rgb(190,173,193); }
H1.HeaderClassName
{
color: #BEADC1;
}
.AnyTagClassName
{
color: #BEADC1;
}
</style>
background-color css
<style>
a { background-color: #BEADC1; }
a { background-color: rgb(190,173,193); }
div.DivClassName
{
background-color: #BEADC1;
}
.BgClassName
{
background-color: #BEADC1;
}
</style>
border-color css
<style>
span { border-color: #BEADC1; }
span { border-color: rgb(190,173,193); }
td.TdClassName
{
border-color: #BEADC1;
}
.TagClassName
{
border-color: #BEADC1;
}
</style>