#BAAAB1

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

Shades of Lily #BAAAB1

Tints of Lily #BAAAB1

Color information

#BAAAB1 (or 0xBAAAB1) is unknown color: approx Lily. HEX triplet: BA, AA and B1. RGB value is (186,170,177). Sum of RGB (Red+Green+Blue) = 186+170+177=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 170 (66.80% from 255 or 31.89% from 533); Blue value is 177 (69.53% from 255 or 33.21% from 533); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAAB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAAB1 is #45554E. Grayscale: #AFAFAF. Windows color (decimal): -4543823 or 11643578. OLE color: 11643578.

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

Color convert

RGB186170177-
CMYK00.090.050.27
HSL333.75º10.39%69.8%-
HSV(B)333.75º8.6%72.94%-
XYZ42.5642.3647.53-
YUV175.58128.8135.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.90%
GREEN value IS 170 (66.80% from 255) = 31.89%
BLUE value IS 177 (69.53% from 255) = 33.21%
R=34.90%
G=31.89%
B=33.21%

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
Decimal18617017700.090.050.27333.7510.3969.8
HexBAAAB10951B14ea46
Octal27225226101153351612106
Binary101110101010101010110001010011011101110100111010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAAB1; }

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

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

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

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

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

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

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

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