#BAA7BF

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

Shades of Lola #BAA7BF

Tints of Lola #BAA7BF

Color information

#BAA7BF (or 0xBAA7BF) is unknown color: approx Lola. HEX triplet: BA, A7 and BF. RGB value is (186,167,191). Sum of RGB (Red+Green+Blue) = 186+167+191=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 167 (65.62% from 255 or 30.70% from 544); Blue value is 191 (75% from 255 or 35.11% from 544); Max value from RGB is 191 - color contains mainly: blue. Hex color #BAA7BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA7BF is #455840. Grayscale: #AFAFAF. Windows color (decimal): -4544577 or 12560314. OLE color: 12560314.

HSL color Cylindrical-coordinate representation of color #BAA7BF: hue angle of 287.5º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAA7BF is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB186167191-
CMYK0.030.1300.25
HSL287.5º15.79%70.2%-
HSV(B)287.5º12.57%74.9%-
XYZ43.4741.8455.07-
YUV175.42136.79135.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.19%
GREEN value IS 167 (65.62% from 255) = 30.70%
BLUE value IS 191 (75% from 255) = 35.11%
R=34.19%
G=30.70%
B=35.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861671910.030.1300.25287.515.7970.2
HexBAA7BF3D0191201046
Octal27224727731503144020106
Binary101110101010011110111111111101011001100100000100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA7BF; }

 p { color: rgb(186,167,191); }

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

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

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

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

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

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

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