#BA9ABF

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

Shades of Lola #BA9ABF

Tints of Lola #BA9ABF

Color information

#BA9ABF (or 0xBA9ABF) is unknown color: approx Lola. HEX triplet: BA, 9A and BF. RGB value is (186,154,191). Sum of RGB (Red+Green+Blue) = 186+154+191=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 154 (60.55% from 255 or 29.00% from 531); Blue value is 191 (75% from 255 or 35.97% from 531); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA9ABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9ABF is #456540. Grayscale: #A7A7A7. Windows color (decimal): -4547905 or 12556986. OLE color: 12556986.

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

Color convert

RGB186154191-
CMYK0.030.1900.25
HSL291.89º22.42%67.65%-
HSV(B)291.89º19.37%74.9%-
XYZ41.2137.3154.32-
YUV167.79141.1140.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.03%
GREEN value IS 154 (60.55% from 255) = 29.00%
BLUE value IS 191 (75% from 255) = 35.97%
R=35.03%
G=29.00%
B=35.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861541910.030.1900.25291.8922.4267.65
HexBA9ABF3130191241644
Octal27223227732303144426104
Binary1011101010011010101111111110011011001100100100101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9ABF; }

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

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

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

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

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

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

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

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