#BAA3C0

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

Shades of Lola #BAA3C0

Tints of Lola #BAA3C0

Color information

#BAA3C0 (or 0xBAA3C0) is unknown color: approx Lola. HEX triplet: BA, A3 and C0. RGB value is (186,163,192). Sum of RGB (Red+Green+Blue) = 186+163+192=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 163 (64.06% from 255 or 30.13% from 541); Blue value is 192 (75.39% from 255 or 35.49% from 541); Max value from RGB is 192 - color contains mainly: blue. Hex color #BAA3C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA3C0 is #455C3F. Grayscale: #ADADAD. Windows color (decimal): -4545600 or 12624826. OLE color: 12624826.

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

Color convert

RGB186163192-
CMYK0.030.1500.25
HSL287.59º18.71%69.61%-
HSV(B)287.59º15.1%75.29%-
XYZ42.8640.4455.42-
YUV173.18138.62137.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.38%
GREEN value IS 163 (64.06% from 255) = 30.13%
BLUE value IS 192 (75.39% from 255) = 35.49%
R=34.38%
G=30.13%
B=35.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861631920.030.1500.25287.5918.7169.61
HexBAA3C03F0191201346
Octal27224330031703144023106
Binary101110101010001111000000111111011001100100000100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA3C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA3C0; }

 p { color: rgb(186,163,192); }

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

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

 a { background-color: rgb(186,163,192); }

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

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

 span { border-color: rgb(186,163,192); }

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