#BA9ABA

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

Shades of Lola #BA9ABA

Tints of Lola #BA9ABA

Color information

#BA9ABA (or 0xBA9ABA) is unknown color: approx Lola. HEX triplet: BA, 9A and BA. RGB value is (186,154,186). Sum of RGB (Red+Green+Blue) = 186+154+186=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA9ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9ABA is #456545. Grayscale: #A7A7A7. Windows color (decimal): -4547910 or 12229306. OLE color: 12229306.

HSL color Cylindrical-coordinate representation of color #BA9ABA: hue angle of 300º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BA9ABA is Cyan = 0, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB186154186-
CMYK00.1700.27
HSL300º18.82%66.67%-
HSV(B)300º17.2%72.94%-
XYZ40.6737.151.47-
YUV167.22138.6141.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.36%
GREEN value IS 154 (60.55% from 255) = 29.28%
BLUE value IS 186 (73.05% from 255) = 35.36%
R=35.36%
G=29.28%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615418600.1700.2730018.8266.67
HexBA9ABA01101B12c1343
Octal27223227202103345423103
Binary101110101001101010111010010001011011100101100100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9ABA; }

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

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

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

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

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

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

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

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