#BAAAB0

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

Shades of Lily #BAAAB0

Tints of Lily #BAAAB0

Color information

#BAAAB0 (or 0xBAAAB0) is unknown color: approx Lily. HEX triplet: BA, AA and B0. RGB value is (186,170,176). Sum of RGB (Red+Green+Blue) = 186+170+176=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 170 (66.80% from 255 or 31.95% from 532); Blue value is 176 (69.14% from 255 or 33.08% from 532); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAAB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAAB0 is #45554F. Grayscale: #AFAFAF. Windows color (decimal): -4543824 or 11578042. OLE color: 11578042.

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

Color convert

RGB186170176-
CMYK00.090.050.27
HSL337.5º10.39%69.8%-
HSV(B)337.5º8.6%72.94%-
XYZ42.4642.3247.01-
YUV175.47128.3135.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.96%
GREEN value IS 170 (66.80% from 255) = 31.95%
BLUE value IS 176 (69.14% from 255) = 33.08%
R=34.96%
G=31.95%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617017600.090.050.27337.510.3969.8
HexBAAAB00951B152a46
Octal27225226001153352212106
Binary101110101010101010110000010011011101110101001010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAAB0; }

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

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

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

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

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

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

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

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