#BA96C0

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

Shades of Lola #BA96C0

Tints of Lola #BA96C0

Color information

#BA96C0 (or 0xBA96C0) is unknown color: approx Lola. HEX triplet: BA, 96 and C0. RGB value is (186,150,192). Sum of RGB (Red+Green+Blue) = 186+150+192=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 150 (58.98% from 255 or 28.41% from 528); Blue value is 192 (75.39% from 255 or 36.36% from 528); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA96C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA96C0 is #45693F. Grayscale: #A5A5A5. Windows color (decimal): -4548928 or 12621498. OLE color: 12621498.

HSL color Cylindrical-coordinate representation of color #BA96C0: hue angle of 291.43º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BA96C0 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB186150192-
CMYK0.030.2200.25
HSL291.43º25%67.06%-
HSV(B)291.43º21.88%75.29%-
XYZ40.6736.0654.69-
YUV165.55142.93142.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.23%
GREEN value IS 150 (58.98% from 255) = 28.41%
BLUE value IS 192 (75.39% from 255) = 36.36%
R=35.23%
G=28.41%
B=36.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861501920.030.2200.25291.432567.06
HexBA96C03160191231943
Octal27222630032603144331103
Binary1011101010010110110000001110110011001100100011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA96C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA96C0; }

 p { color: rgb(186,150,192); }

 H1.HeaderClassName
 {
   color: #BA96C0;
 }
 .AnyTagClassName
 {
   color: #BA96C0;
 }
</style>
background-color css

<style>
 a { background-color: #BA96C0; }

 a { background-color: rgb(186,150,192); }

 div.DivClassName
 {
   background-color: #BA96C0;
 }
 .BgClassName
 {
   background-color: #BA96C0;
 }
</style>
border-color css

<style>
 span { border-color: #BA96C0; }

 span { border-color: rgb(186,150,192); }

 td.TdClassName
 {
   border-color: #BA96C0;
 }
 .TagClassName
 {
   border-color: #BA96C0;
 }
</style>