#BA96BE

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

Shades of Lola #BA96BE

Tints of Lola #BA96BE

Color information

#BA96BE (or 0xBA96BE) is unknown color: approx Lola. HEX triplet: BA, 96 and BE. RGB value is (186,150,190). Sum of RGB (Red+Green+Blue) = 186+150+190=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 150 (58.98% from 255 or 28.52% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA96BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA96BE is #456941. Grayscale: #A5A5A5. Windows color (decimal): -4548930 or 12490426. OLE color: 12490426.

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

Color convert

RGB186150190-
CMYK0.020.2100.25
HSL294º23.53%66.67%-
HSV(B)294º21.05%74.51%-
XYZ40.4535.9753.53-
YUV165.32141.93142.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.36%
GREEN value IS 150 (58.98% from 255) = 28.52%
BLUE value IS 190 (74.61% from 255) = 36.12%
R=35.36%
G=28.52%
B=36.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861501900.020.2100.2529423.5366.67
HexBA96BE2150191261843
Octal27222627622503144630103
Binary1011101010010110101111101010101011001100100110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA96BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA96BE; }

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

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

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

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

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

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

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

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