#BA9ABE

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

Shades of Lola #BA9ABE

Tints of Lola #BA9ABE

Color information

#BA9ABE (or 0xBA9ABE) is unknown color: approx Lola. HEX triplet: BA, 9A and BE. RGB value is (186,154,190). Sum of RGB (Red+Green+Blue) = 186+154+190=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 154 (60.55% from 255 or 29.06% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA9ABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9ABE is #456541. Grayscale: #A7A7A7. Windows color (decimal): -4547906 or 12491450. OLE color: 12491450.

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

Color convert

RGB186154190-
CMYK0.020.1900.25
HSL293.33º21.69%67.45%-
HSV(B)293.33º18.95%74.51%-
XYZ41.137.2753.74-
YUV167.67140.6141.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.09%
GREEN value IS 154 (60.55% from 255) = 29.06%
BLUE value IS 190 (74.61% from 255) = 35.85%
R=35.09%
G=29.06%
B=35.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861541900.020.1900.25293.3321.6967.45
HexBA9ABE2130191251643
Octal27223227622303144526103
Binary1011101010011010101111101010011011001100100101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9ABE; }

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

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

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

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

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

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

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

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