#BA98C4

Color #BA98C4 Lola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lola #BA98C4

Tints of Lola #BA98C4

Color information

#BA98C4 (or 0xBA98C4) is unknown color: approx 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

RGB186152196-
CMYK0.050.2200.23
HSL286.36º27.16%68.24%-
HSV(B)286.36º22.45%76.86%-
XYZ41.4436.8857.16-
YUV167.18144.26141.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 34.83%
GREEN value IS 152 (59.77% from 255) = 28.46%
BLUE value IS 196 (76.95% from 255) = 36.70%
R=34.83%
G=28.46%
B=36.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861521960.050.2200.23286.3627.1668.24
HexBA98C451601711e1b44
Octal27223030452602743633104
Binary10111010100110001100010010110110010111100011110110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA98C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>