#BAAAAF

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

Shades of Lily #BAAAAF

Tints of Lily #BAAAAF

Color information

#BAAAAF (or 0xBAAAAF) is unknown color: approx Lily. HEX triplet: BA, AA and AF. RGB value is (186,170,175). Sum of RGB (Red+Green+Blue) = 186+170+175=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 170 (66.80% from 255 or 32.02% from 531); Blue value is 175 (68.75% from 255 or 32.96% from 531); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAAAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAAAF is #455550. Grayscale: #AFAFAF. Windows color (decimal): -4543825 or 11512506. OLE color: 11512506.

HSL color Cylindrical-coordinate representation of color #BAAAAF: hue angle of 341.25º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BAAAAF is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB186170175-
CMYK00.090.060.27
HSL341.25º10.39%69.8%-
HSV(B)341.25º8.6%72.94%-
XYZ42.3642.2846.49-
YUV175.35127.8135.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.03%
GREEN value IS 170 (66.80% from 255) = 32.02%
BLUE value IS 175 (68.75% from 255) = 32.96%
R=35.03%
G=32.02%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617017500.090.060.27341.2510.3969.8
HexBAAAAF0961B155a46
Octal27225225701163352512106
Binary101110101010101010101111010011101101110101010110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAAAF; }

 p { color: rgb(186,170,175); }

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

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

 a { background-color: rgb(186,170,175); }

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

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

 span { border-color: rgb(186,170,175); }

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