Shades of Lola #BEACC5
Tints of Lola #BEACC5
RGB
CMYK
RGB Variations
Color information
#BEACC5 (or 0xBEACC5) is known color: Lola. HEX triplet: BE, AC and C5. RGB value is (190,172,197). Sum of RGB (Red+Green+Blue) = 190+172+197=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 172 (67.58% from 255 or 30.77% from 559); Blue value is 197 (77.34% from 255 or 35.24% from 559); Max value from RGB is 197 - color contains mainly: blue. Hex color #BEACC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEACC5 is #41533A. Grayscale: #B4B4B4. Windows color (decimal): -4281147 or 12954814. OLE color: 12954814.
HSL color Cylindrical-coordinate representation of color #BEACC5: hue angle of 283.2º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BEACC5 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 172 | 197 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.23 |
| HSL | 283.2º | 0.18% | 0.72% | - |
| HSV(B) | 283.2º | 0.13% | 0.77% | - |
| XYZ | 46.07 | 44.48 | 58.98 | - |
| YUV | 180.23 | 137.46 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 172 | 197 | 0.04 | 0.13 | 0 | 0.23 | 283.2 | 0.18 | 0.72 |
| Hex | BE | AC | C5 | 4 | D | 0 | 17 | 11B | 12 | 48 |
| Octal | 276 | 254 | 305 | 4 | 15 | 0 | 27 | 433 | 22 | 110 |
| Binary | 10111110 | 10101100 | 11000101 | 100 | 1101 | 0 | 10111 | 100011011 | 10010 | 1001000 |
Color Harmonies of #BEACC5
Complementary color
Monochromatic Colors of #BEACC5
Black with #BEACC5
Text Example
Text Example
White with #BEACC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEACC5; }
p { color: rgb(190,172,197); }
H1.HeaderClassName
{
color: #BEACC5;
}
.AnyTagClassName
{
color: #BEACC5;
}
</style>
background-color css
<style>
a { background-color: #BEACC5; }
a { background-color: rgb(190,172,197); }
div.DivClassName
{
background-color: #BEACC5;
}
.BgClassName
{
background-color: #BEACC5;
}
</style>
border-color css
<style>
span { border-color: #BEACC5; }
span { border-color: rgb(190,172,197); }
td.TdClassName
{
border-color: #BEACC5;
}
.TagClassName
{
border-color: #BEACC5;
}
</style>