#BA9FBA

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

Shades of Lola #BA9FBA

Tints of Lola #BA9FBA

Color information

#BA9FBA (or 0xBA9FBA) is unknown color: approx Lola. HEX triplet: BA, 9F and BA. RGB value is (186,159,186). Sum of RGB (Red+Green+Blue) = 186+159+186=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 159 (62.5% from 255 or 29.94% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA9FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9FBA is #456045. Grayscale: #AAAAAA. Windows color (decimal): -4546630 or 12230586. OLE color: 12230586.

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

Color convert

RGB186159186-
CMYK00.1500.27
HSL300º16.36%67.65%-
HSV(B)300º14.52%72.94%-
XYZ41.5138.7851.75-
YUV170.15136.95139.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.03%
GREEN value IS 159 (62.5% from 255) = 29.94%
BLUE value IS 186 (73.05% from 255) = 35.03%
R=35.03%
G=29.94%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615918600.1500.2730016.3667.65
HexBA9FBA0F01B12c1044
Octal27223727201703345420104
Binary10111010100111111011101001111011011100101100100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9FBA; }

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

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

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

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

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

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

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

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