#BAAAB4

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

Shades of Lily #BAAAB4

Tints of Lily #BAAAB4

Color information

#BAAAB4 (or 0xBAAAB4) is unknown color: approx Lily. HEX triplet: BA, AA and B4. RGB value is (186,170,180). Sum of RGB (Red+Green+Blue) = 186+170+180=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 170 (66.80% from 255 or 31.72% from 536); Blue value is 180 (70.70% from 255 or 33.58% from 536); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAAB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAAB4 is #45554B. Grayscale: #AFAFAF. Windows color (decimal): -4543820 or 11840186. OLE color: 11840186.

HSL color Cylindrical-coordinate representation of color #BAAAB4: hue angle of 322.5º 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 #BAAAB4 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB186170180-
CMYK00.090.030.27
HSL322.5º10.39%69.8%-
HSV(B)322.5º8.6%72.94%-
XYZ42.8642.4849.12-
YUV175.92130.3135.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.70%
GREEN value IS 170 (66.80% from 255) = 31.72%
BLUE value IS 180 (70.70% from 255) = 33.58%
R=34.70%
G=31.72%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617018000.090.030.27322.510.3969.8
HexBAAAB40931B143a46
Octal27225226401133350312106
Binary10111010101010101011010001001111101110100001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAAB4; }

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

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

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

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

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

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

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

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