#BAA8BE

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

Shades of Lola #BAA8BE

Tints of Lola #BAA8BE

Color information

#BAA8BE (or 0xBAA8BE) is unknown color: approx Lola. HEX triplet: BA, A8 and BE. RGB value is (186,168,190). Sum of RGB (Red+Green+Blue) = 186+168+190=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 168 (66.02% from 255 or 30.88% from 544); Blue value is 190 (74.61% from 255 or 34.93% from 544); Max value from RGB is 190 - color contains mainly: blue. Hex color #BAA8BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA8BE is #455741. Grayscale: #AFAFAF. Windows color (decimal): -4544322 or 12495034. OLE color: 12495034.

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

Color convert

RGB186168190-
CMYK0.020.1200.25
HSL289.09º14.47%70.2%-
HSV(B)289.09º11.58%74.51%-
XYZ43.5542.1654.56-
YUV175.89135.96135.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.19%
GREEN value IS 168 (66.02% from 255) = 30.88%
BLUE value IS 190 (74.61% from 255) = 34.93%
R=34.19%
G=30.88%
B=34.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861681900.020.1200.25289.0914.4770.2
HexBAA8BE2C019121e46
Octal27225027621403144116106
Binary10111010101010001011111010110001100110010000111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA8BE; }

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

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

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

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

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

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

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

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