Shades of Lola #BEADBE
Tints of Lola #BEADBE
RGB
CMYK
RGB Variations
Color information
#BEADBE (or 0xBEADBE) is known color: Lola. HEX triplet: BE, AD and BE. RGB value is (190,173,190). Sum of RGB (Red+Green+Blue) = 190+173+190=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 173 (67.97% from 255 or 31.28% from 553); Blue value is 190 (74.61% from 255 or 34.36% from 553); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BEADBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEADBE is #415241. Grayscale: #B3B3B3. Windows color (decimal): -4280898 or 12496318. OLE color: 12496318.
HSL color Cylindrical-coordinate representation of color #BEADBE: hue angle of 300º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BEADBE is Cyan = 0, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 173 | 190 | - |
| CMYK | 0 | 0.09 | 0 | 0.25 |
| HSL | 300º | 0.12% | 0.71% | - |
| HSV(B) | 300º | 0.09% | 0.75% | - |
| XYZ | 45.47 | 44.55 | 54.92 | - |
| YUV | 180.02 | 133.63 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 173 | 190 | 0 | 0.09 | 0 | 0.25 | 300 | 0.12 | 0.71 |
| Hex | BE | AD | BE | 0 | 9 | 0 | 19 | 12C | C | 47 |
| Octal | 276 | 255 | 276 | 0 | 11 | 0 | 31 | 454 | 14 | 107 |
| Binary | 10111110 | 10101101 | 10111110 | 0 | 1001 | 0 | 11001 | 100101100 | 1100 | 1000111 |
Color Harmonies of #BEADBE
Complementary color
Monochromatic Colors of #BEADBE
Black with #BEADBE
Text Example
Text Example
White with #BEADBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEADBE; }
p { color: rgb(190,173,190); }
H1.HeaderClassName
{
color: #BEADBE;
}
.AnyTagClassName
{
color: #BEADBE;
}
</style>
background-color css
<style>
a { background-color: #BEADBE; }
a { background-color: rgb(190,173,190); }
div.DivClassName
{
background-color: #BEADBE;
}
.BgClassName
{
background-color: #BEADBE;
}
</style>
border-color css
<style>
span { border-color: #BEADBE; }
span { border-color: rgb(190,173,190); }
td.TdClassName
{
border-color: #BEADBE;
}
.TagClassName
{
border-color: #BEADBE;
}
</style>