Shades of Lola #BA98C4
Tints of Lola #BA98C4
RGB
CMYK
RGB Variations
Color information
#BA98C4 (or 0xBA98C4) is known color: Lola. HEX triplet: BA, 98 and C4. RGB value is (186,152,196). Sum of RGB (Red+Green+Blue) = 186+152+196=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 152 (59.77% from 255 or 28.46% from 534); Blue value is 196 (76.95% from 255 or 36.70% from 534); Max value from RGB is 196 - color contains mainly: blue. Hex color #BA98C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA98C4 is #45673B. Grayscale: #A7A7A7. Windows color (decimal): -4548412 or 12884154. OLE color: 12884154.
HSL color Cylindrical-coordinate representation of color #BA98C4: hue angle of 286.36º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BA98C4 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 152 | 196 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.23 |
| HSL | 286.36º | 0.27% | 0.68% | - |
| HSV(B) | 286.36º | 0.22% | 0.77% | - |
| XYZ | 41.44 | 36.88 | 57.16 | - |
| YUV | 167.18 | 144.26 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 152 | 196 | 0.05 | 0.22 | 0 | 0.23 | 286.36 | 0.27 | 0.68 |
| Hex | BA | 98 | C4 | 5 | 16 | 0 | 17 | 11E | 1B | 44 |
| Octal | 272 | 230 | 304 | 5 | 26 | 0 | 27 | 436 | 33 | 104 |
| Binary | 10111010 | 10011000 | 11000100 | 101 | 10110 | 0 | 10111 | 100011110 | 11011 | 1000100 |
Color Harmonies of #BA98C4
Complementary color
Monochromatic Colors of #BA98C4
Black with #BA98C4
Text Example
Text Example
White with #BA98C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA98C4; }
p { color: rgb(186,152,196); }
H1.HeaderClassName
{
color: #BA98C4;
}
.AnyTagClassName
{
color: #BA98C4;
}
</style>
background-color css
<style>
a { background-color: #BA98C4; }
a { background-color: rgb(186,152,196); }
div.DivClassName
{
background-color: #BA98C4;
}
.BgClassName
{
background-color: #BA98C4;
}
</style>
border-color css
<style>
span { border-color: #BA98C4; }
span { border-color: rgb(186,152,196); }
td.TdClassName
{
border-color: #BA98C4;
}
.TagClassName
{
border-color: #BA98C4;
}
</style>