#BAA8B3

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

Shades of Lily #BAA8B3

Tints of Lily #BAA8B3

Color information

#BAA8B3 (or 0xBAA8B3) is unknown color: approx Lily. HEX triplet: BA, A8 and B3. RGB value is (186,168,179). Sum of RGB (Red+Green+Blue) = 186+168+179=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 168 (66.02% from 255 or 31.52% from 533); Blue value is 179 (70.31% from 255 or 33.58% from 533); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA8B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA8B3 is #45574C. Grayscale: #AEAEAE. Windows color (decimal): -4544333 or 11774138. OLE color: 11774138.

HSL color Cylindrical-coordinate representation of color #BAA8B3: hue angle of 323.33º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BAA8B3 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB186168179-
CMYK00.100.040.27
HSL323.33º11.54%69.41%-
HSV(B)323.33º9.68%72.94%-
XYZ42.3941.748.46-
YUV174.64130.46136.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.90%
GREEN value IS 168 (66.02% from 255) = 31.52%
BLUE value IS 179 (70.31% from 255) = 33.58%
R=34.90%
G=31.52%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616817900.100.040.27323.3311.5469.41
HexBAA8B30A41B143c45
Octal27225026301243350314105
Binary101110101010100010110011010101001101110100001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA8B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA8B3; }

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

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

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

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

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

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

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

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