#BAA0BE

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

Shades of Lola #BAA0BE

Tints of Lola #BAA0BE

Color information

#BAA0BE (or 0xBAA0BE) is unknown color: approx Lola. HEX triplet: BA, A0 and BE. RGB value is (186,160,190). Sum of RGB (Red+Green+Blue) = 186+160+190=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 160 (62.89% from 255 or 29.85% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 190 - color contains mainly: blue. Hex color #BAA0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA0BE is #455F41. Grayscale: #ABABAB. Windows color (decimal): -4546370 or 12492986. OLE color: 12492986.

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

Color convert

RGB186160190-
CMYK0.020.1600.25
HSL292º18.75%68.63%-
HSV(B)292º15.79%74.51%-
XYZ42.1139.354.08-
YUV171.19138.61138.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.70%
GREEN value IS 160 (62.89% from 255) = 29.85%
BLUE value IS 190 (74.61% from 255) = 35.45%
R=34.70%
G=29.85%
B=35.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861601900.020.1600.2529218.7568.63
HexBAA0BE2100191241345
Octal27224027622003144423105
Binary1011101010100000101111101010000011001100100100100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA0BE; }

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

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

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

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

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

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

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

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