Shades of Lola #BEA8BE
Tints of Lola #BEA8BE
RGB
CMYK
RGB Variations
Color information
#BEA8BE (or 0xBEA8BE) is known color: Lola. HEX triplet: BE, A8 and BE. RGB value is (190,168,190). Sum of RGB (Red+Green+Blue) = 190+168+190=548 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.67% from 548); Green value is 168 (66.02% from 255 or 30.66% from 548); Blue value is 190 (74.61% from 255 or 34.67% from 548); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BEA8BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA8BE is #415741. Grayscale: #B1B1B1. Windows color (decimal): -4282178 or 12495038. OLE color: 12495038.
HSL color Cylindrical-coordinate representation of color #BEA8BE: hue angle of 300º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BEA8BE is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 168 | 190 | - |
CMYK | 0 | 0.12 | 0 | 0.25 |
HSL | 300º | 0.14% | 0.7% | - |
HSV(B) | 300º | 0.12% | 0.75% | - |
XYZ | 44.53 | 42.67 | 54.6 | - |
YUV | 177.09 | 135.29 | 137.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 168 | 190 | 0 | 0.12 | 0 | 0.25 | 300 | 0.14 | 0.7 |
Hex | BE | A8 | BE | 0 | C | 0 | 19 | 12C | E | 46 |
Octal | 276 | 250 | 276 | 0 | 14 | 0 | 31 | 454 | 16 | 106 |
Binary | 10111110 | 10101000 | 10111110 | 0 | 1100 | 0 | 11001 | 100101100 | 1110 | 1000110 |
Color Harmonies of #BEA8BE
Complementary color
Monochromatic Colors of #BEA8BE
Black with #BEA8BE
Text Example
Text Example
White with #BEA8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA8BE; }
p { color: rgb(190,168,190); }
H1.HeaderClassName
{
color: #BEA8BE;
}
.AnyTagClassName
{
color: #BEA8BE;
}
</style>
background-color css
<style>
a { background-color: #BEA8BE; }
a { background-color: rgb(190,168,190); }
div.DivClassName
{
background-color: #BEA8BE;
}
.BgClassName
{
background-color: #BEA8BE;
}
</style>
border-color css
<style>
span { border-color: #BEA8BE; }
span { border-color: rgb(190,168,190); }
td.TdClassName
{
border-color: #BEA8BE;
}
.TagClassName
{
border-color: #BEA8BE;
}
</style>