#BAA0B9

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

Shades of Lola #BAA0B9

Tints of Lola #BAA0B9

Color information

#BAA0B9 (or 0xBAA0B9) is unknown color: approx Lola. HEX triplet: BA, A0 and B9. RGB value is (186,160,185). Sum of RGB (Red+Green+Blue) = 186+160+185=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 185 (72.66% from 255 or 34.84% from 531); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA0B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA0B9 is #455F46. Grayscale: #AAAAAA. Windows color (decimal): -4546375 or 12165306. OLE color: 12165306.

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

Color convert

RGB186160185-
CMYK00.140.010.27
HSL302.31º15.85%67.84%-
HSV(B)302.31º13.98%72.94%-
XYZ41.5839.0851.25-
YUV170.62136.11138.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.03%
GREEN value IS 160 (62.89% from 255) = 30.13%
BLUE value IS 185 (72.66% from 255) = 34.84%
R=35.03%
G=30.13%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616018500.140.010.27302.3115.8567.84
HexBAA0B90E11B12e1044
Octal27224027101613345620104
Binary10111010101000001011100101110111011100101110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA0B9; }

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

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

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

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

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

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

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

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