#BAA6BD

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

Shades of Lola #BAA6BD

Tints of Lola #BAA6BD

Color information

#BAA6BD (or 0xBAA6BD) is unknown color: approx Lola. HEX triplet: BA, A6 and BD. RGB value is (186,166,189). Sum of RGB (Red+Green+Blue) = 186+166+189=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 166 (65.23% from 255 or 30.68% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 189 - color contains mainly: blue. Hex color #BAA6BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA6BD is #455942. Grayscale: #AEAEAE. Windows color (decimal): -4544835 or 12428986. OLE color: 12428986.

HSL color Cylindrical-coordinate representation of color #BAA6BD: hue angle of 292.17º degrees, saturation: 0.15, 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 #BAA6BD is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB186166189-
CMYK0.020.1200.26
HSL292.17º14.84%69.61%-
HSV(B)292.17º12.17%74.12%-
XYZ43.0741.3953.86-
YUV174.6136.13136.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.38%
GREEN value IS 166 (65.23% from 255) = 30.68%
BLUE value IS 189 (74.22% from 255) = 34.94%
R=34.38%
G=30.68%
B=34.94%

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
Decimal1861661890.020.1200.26292.1714.8469.61
HexBAA6BD2C01A124f46
Octal27224627521403244417106
Binary10111010101001101011110110110001101010010010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA6BD; }

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

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

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

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

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

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

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

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