#BA9DB9

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

Shades of Lola #BA9DB9

Tints of Lola #BA9DB9

Color information

#BA9DB9 (or 0xBA9DB9) is unknown color: approx Lola. HEX triplet: BA, 9D and B9. RGB value is (186,157,185). Sum of RGB (Red+Green+Blue) = 186+157+185=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 157 (61.72% from 255 or 29.73% from 528); Blue value is 185 (72.66% from 255 or 35.04% from 528); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9DB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9DB9 is #456246. Grayscale: #A8A8A8. Windows color (decimal): -4547143 or 12164538. OLE color: 12164538.

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

Color convert

RGB186157185-
CMYK00.160.010.27
HSL302.07º17.37%67.25%-
HSV(B)302.07º15.59%72.94%-
XYZ41.0638.0651.08-
YUV168.86137.11140.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.23%
GREEN value IS 157 (61.72% from 255) = 29.73%
BLUE value IS 185 (72.66% from 255) = 35.04%
R=35.23%
G=29.73%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615718500.160.010.27302.0717.3767.25
HexBA9DB901011B12e1143
Octal27223527102013345621103
Binary101110101001110110111001010000111011100101110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9DB9; }

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

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

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

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

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

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

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

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