#BA9CBA

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

Shades of Lola #BA9CBA

Tints of Lola #BA9CBA

Color information

#BA9CBA (or 0xBA9CBA) is unknown color: approx Lola. HEX triplet: BA, 9C and BA. RGB value is (186,156,186). Sum of RGB (Red+Green+Blue) = 186+156+186=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 156 (61.33% from 255 or 29.55% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA9CBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9CBA is #456345. Grayscale: #A8A8A8. Windows color (decimal): -4547398 or 12229818. OLE color: 12229818.

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

Color convert

RGB186156186-
CMYK00.1600.27
HSL300º17.86%67.06%-
HSV(B)300º16.13%72.94%-
XYZ4137.7651.58-
YUV168.39137.94140.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.23%
GREEN value IS 156 (61.33% from 255) = 29.55%
BLUE value IS 186 (73.05% from 255) = 35.23%
R=35.23%
G=29.55%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615618600.1600.2730017.8667.06
HexBA9CBA01001B12c1243
Octal27223427202003345422103
Binary101110101001110010111010010000011011100101100100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9CBA; }

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

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

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

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

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

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

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

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