Shades of Lola #BEADC5
Tints of Lola #BEADC5
RGB
CMYK
RGB Variations
Color information
#BEADC5 (or 0xBEADC5) is known color: Lola. HEX triplet: BE, AD and C5. RGB value is (190,173,197). Sum of RGB (Red+Green+Blue) = 190+173+197=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 197 (77.34% from 255 or 35.18% from 560); Max value from RGB is 197 - color contains mainly: blue. Hex color #BEADC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEADC5 is #41523A. Grayscale: #B4B4B4. Windows color (decimal): -4280891 or 12955070. OLE color: 12955070.
HSL color Cylindrical-coordinate representation of color #BEADC5: hue angle of 282.5º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BEADC5 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 173 | 197 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.23 |
| HSL | 282.5º | 0.17% | 0.73% | - |
| HSV(B) | 282.5º | 0.12% | 0.77% | - |
| XYZ | 46.26 | 44.87 | 59.05 | - |
| YUV | 180.82 | 137.13 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 173 | 197 | 0.04 | 0.12 | 0 | 0.23 | 282.5 | 0.17 | 0.73 |
| Hex | BE | AD | C5 | 4 | C | 0 | 17 | 11A | 11 | 49 |
| Octal | 276 | 255 | 305 | 4 | 14 | 0 | 27 | 432 | 21 | 111 |
| Binary | 10111110 | 10101101 | 11000101 | 100 | 1100 | 0 | 10111 | 100011010 | 10001 | 1001001 |
Color Harmonies of #BEADC5
Complementary color
Monochromatic Colors of #BEADC5
Black with #BEADC5
Text Example
Text Example
White with #BEADC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEADC5; }
p { color: rgb(190,173,197); }
H1.HeaderClassName
{
color: #BEADC5;
}
.AnyTagClassName
{
color: #BEADC5;
}
</style>
background-color css
<style>
a { background-color: #BEADC5; }
a { background-color: rgb(190,173,197); }
div.DivClassName
{
background-color: #BEADC5;
}
.BgClassName
{
background-color: #BEADC5;
}
</style>
border-color css
<style>
span { border-color: #BEADC5; }
span { border-color: rgb(190,173,197); }
td.TdClassName
{
border-color: #BEADC5;
}
.TagClassName
{
border-color: #BEADC5;
}
</style>