#BAA9B9

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

Shades of Lola #BAA9B9

Tints of Lola #BAA9B9

Color information

#BAA9B9 (or 0xBAA9B9) is unknown color: approx Lola. HEX triplet: BA, A9 and B9. RGB value is (186,169,185). Sum of RGB (Red+Green+Blue) = 186+169+185=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 169 (66.41% from 255 or 31.30% from 540); Blue value is 185 (72.66% from 255 or 34.26% from 540); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA9B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA9B9 is #455646. Grayscale: #AFAFAF. Windows color (decimal): -4544071 or 12167610. OLE color: 12167610.

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

Color convert

RGB186169185-
CMYK00.090.010.27
HSL303.53º10.97%69.61%-
HSV(B)303.53º9.14%72.94%-
XYZ43.1942.3251.79-
YUV175.91133.13135.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.44%
GREEN value IS 169 (66.41% from 255) = 31.30%
BLUE value IS 185 (72.66% from 255) = 34.26%
R=34.44%
G=31.30%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616918500.090.010.27303.5310.9769.61
HexBAA9B90911B130b46
Octal27225127101113346013106
Binary1011101010101001101110010100111101110011000010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA9B9; }

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

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

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

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

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

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

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

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