Shades of Lola #BAADBE
Tints of Lola #BAADBE
RGB
CMYK
RGB Variations
Color information
#BAADBE (or 0xBAADBE) is known color: Lola. HEX triplet: BA, AD and BE. RGB value is (186,173,190). Sum of RGB (Red+Green+Blue) = 186+173+190=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 173 (67.97% from 255 or 31.51% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 190 - color contains mainly: blue. Hex color #BAADBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAADBE is #455241. Grayscale: #B2B2B2. Windows color (decimal): -4543042 or 12496314. OLE color: 12496314.
HSL color Cylindrical-coordinate representation of color #BAADBE: hue angle of 285.88º 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 #BAADBE is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 173 | 190 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.25 |
| HSL | 285.88º | 0.12% | 0.71% | - |
| HSV(B) | 285.88º | 0.09% | 0.75% | - |
| XYZ | 44.49 | 44.04 | 54.87 | - |
| YUV | 178.83 | 134.31 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 173 | 190 | 0.02 | 0.09 | 0 | 0.25 | 285.88 | 0.12 | 0.71 |
| Hex | BA | AD | BE | 2 | 9 | 0 | 19 | 11E | C | 47 |
| Octal | 272 | 255 | 276 | 2 | 11 | 0 | 31 | 436 | 14 | 107 |
| Binary | 10111010 | 10101101 | 10111110 | 10 | 1001 | 0 | 11001 | 100011110 | 1100 | 1000111 |
Color Harmonies of #BAADBE
Complementary color
Monochromatic Colors of #BAADBE
Black with #BAADBE
Text Example
Text Example
White with #BAADBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAADBE; }
p { color: rgb(186,173,190); }
H1.HeaderClassName
{
color: #BAADBE;
}
.AnyTagClassName
{
color: #BAADBE;
}
</style>
background-color css
<style>
a { background-color: #BAADBE; }
a { background-color: rgb(186,173,190); }
div.DivClassName
{
background-color: #BAADBE;
}
.BgClassName
{
background-color: #BAADBE;
}
</style>
border-color css
<style>
span { border-color: #BAADBE; }
span { border-color: rgb(186,173,190); }
td.TdClassName
{
border-color: #BAADBE;
}
.TagClassName
{
border-color: #BAADBE;
}
</style>