#BAA5C0

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

Shades of Lola #BAA5C0

Tints of Lola #BAA5C0

Color information

#BAA5C0 (or 0xBAA5C0) is unknown color: approx Lola. HEX triplet: BA, A5 and C0. RGB value is (186,165,192). Sum of RGB (Red+Green+Blue) = 186+165+192=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 165 (64.84% from 255 or 30.39% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 192 - color contains mainly: blue. Hex color #BAA5C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA5C0 is #455A3F. Grayscale: #AEAEAE. Windows color (decimal): -4545088 or 12625338. OLE color: 12625338.

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

Color convert

RGB186165192-
CMYK0.030.1400.25
HSL286.67º17.65%70%-
HSV(B)286.67º14.06%75.29%-
XYZ43.2241.1655.54-
YUV174.36137.96136.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.25%
GREEN value IS 165 (64.84% from 255) = 30.39%
BLUE value IS 192 (75.39% from 255) = 35.36%
R=34.25%
G=30.39%
B=35.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861651920.030.1400.25286.6717.6570
HexBAA5C03E01911f1246
Octal27224530031603143722106
Binary101110101010010111000000111110011001100011111100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA5C0; }

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

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

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

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

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

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

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

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