#BAA6BE

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

Shades of Lola #BAA6BE

Tints of Lola #BAA6BE

Color information

#BAA6BE (or 0xBAA6BE) is unknown color: approx Lola. HEX triplet: BA, A6 and BE. RGB value is (186,166,190). Sum of RGB (Red+Green+Blue) = 186+166+190=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 166 (65.23% from 255 or 30.63% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 190 - color contains mainly: blue. Hex color #BAA6BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA6BE is #455941. Grayscale: #AEAEAE. Windows color (decimal): -4544834 or 12494522. OLE color: 12494522.

HSL color Cylindrical-coordinate representation of color #BAA6BE: hue angle of 290º 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 #BAA6BE is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB186166190-
CMYK0.020.1300.25
HSL290º15.58%69.8%-
HSV(B)290º12.63%74.51%-
XYZ43.1841.4354.44-
YUV174.72136.63136.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.32%
GREEN value IS 166 (65.23% from 255) = 30.63%
BLUE value IS 190 (74.61% from 255) = 35.06%
R=34.32%
G=30.63%
B=35.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861661900.020.1300.2529015.5869.8
HexBAA6BE2D0191221046
Octal27224627621503144220106
Binary101110101010011010111110101101011001100100010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA6BE; }

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

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

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

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

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

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

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

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