#BAA7BD

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

Shades of Lola #BAA7BD

Tints of Lola #BAA7BD

Color information

#BAA7BD (or 0xBAA7BD) is unknown color: approx Lola. HEX triplet: BA, A7 and BD. RGB value is (186,167,189). Sum of RGB (Red+Green+Blue) = 186+167+189=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 167 (65.62% from 255 or 30.81% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 189 - color contains mainly: blue. Hex color #BAA7BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA7BD is #455842. Grayscale: #AFAFAF. Windows color (decimal): -4544579 or 12429242. OLE color: 12429242.

HSL color Cylindrical-coordinate representation of color #BAA7BD: hue angle of 291.82º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAA7BD is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB186167189-
CMYK0.020.1200.26
HSL291.82º14.29%69.8%-
HSV(B)291.82º11.64%74.12%-
XYZ43.2541.7553.92-
YUV175.19135.79135.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.32%
GREEN value IS 167 (65.62% from 255) = 30.81%
BLUE value IS 189 (74.22% from 255) = 34.87%
R=34.32%
G=30.81%
B=34.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861671890.020.1200.26291.8214.2969.8
HexBAA7BD2C01A124e46
Octal27224727521403244416106
Binary10111010101001111011110110110001101010010010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA7BD; }

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

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

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

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

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

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

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

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