#BA9DBA

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

Shades of Lola #BA9DBA

Tints of Lola #BA9DBA

Color information

#BA9DBA (or 0xBA9DBA) is unknown color: approx Lola. HEX triplet: BA, 9D and BA. RGB value is (186,157,186). Sum of RGB (Red+Green+Blue) = 186+157+186=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 157 (61.72% from 255 or 29.68% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA9DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9DBA is #456245. Grayscale: #A8A8A8. Windows color (decimal): -4547142 or 12230074. OLE color: 12230074.

HSL color Cylindrical-coordinate representation of color #BA9DBA: hue angle of 300º degrees, saturation: 0.17, 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 #BA9DBA is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB186157186-
CMYK00.1600.27
HSL300º17.37%67.25%-
HSV(B)300º15.59%72.94%-
XYZ41.1738.151.64-
YUV168.98137.61140.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.16%
GREEN value IS 157 (61.72% from 255) = 29.68%
BLUE value IS 186 (73.05% from 255) = 35.16%
R=35.16%
G=29.68%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615718600.1600.2730017.3767.25
HexBA9DBA01001B12c1143
Octal27223527202003345421103
Binary101110101001110110111010010000011011100101100100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9DBA; }

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

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

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

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

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

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

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

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