#BAA8C0

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

Shades of Lola #BAA8C0

Tints of Lola #BAA8C0

Color information

#BAA8C0 (or 0xBAA8C0) is unknown color: approx Lola. HEX triplet: BA, A8 and C0. RGB value is (186,168,192). Sum of RGB (Red+Green+Blue) = 186+168+192=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 168 (66.02% from 255 or 30.77% from 546); Blue value is 192 (75.39% from 255 or 35.16% from 546); Max value from RGB is 192 - color contains mainly: blue. Hex color #BAA8C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA8C0 is #45573F. Grayscale: #B0B0B0. Windows color (decimal): -4544320 or 12626106. OLE color: 12626106.

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

Color convert

RGB186168192-
CMYK0.030.1200.25
HSL285º16%70.59%-
HSV(B)285º12.5%75.29%-
XYZ43.7742.2555.72-
YUV176.12136.96135.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.07%
GREEN value IS 168 (66.02% from 255) = 30.77%
BLUE value IS 192 (75.39% from 255) = 35.16%
R=34.07%
G=30.77%
B=35.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861681920.030.1200.252851670.59
HexBAA8C03C01911d1047
Octal27225030031403143520107
Binary101110101010100011000000111100011001100011101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA8C0; }

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

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

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

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

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

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

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

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