#BAA2B5

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

Shades of Lily #BAA2B5

Tints of Lily #BAA2B5

Color information

#BAA2B5 (or 0xBAA2B5) is unknown color: approx Lily. HEX triplet: BA, A2 and B5. RGB value is (186,162,181). Sum of RGB (Red+Green+Blue) = 186+162+181=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 162 (63.67% from 255 or 30.62% from 529); Blue value is 181 (71.09% from 255 or 34.22% from 529); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA2B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA2B5 is #455D4A. Grayscale: #ABABAB. Windows color (decimal): -4545867 or 11903674. OLE color: 11903674.

HSL color Cylindrical-coordinate representation of color #BAA2B5: hue angle of 312.5º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAA2B5 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB186162181-
CMYK00.130.030.27
HSL312.5º14.81%68.24%-
HSV(B)312.5º12.9%72.94%-
XYZ41.5139.6249.17-
YUV171.34133.45138.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.16%
GREEN value IS 162 (63.67% from 255) = 30.62%
BLUE value IS 181 (71.09% from 255) = 34.22%
R=35.16%
G=30.62%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616218100.130.030.27312.514.8168.24
HexBAA2B50D31B138f44
Octal27224226501533347017104
Binary10111010101000101011010101101111101110011100011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA2B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA2B5; }

 p { color: rgb(186,162,181); }

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

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

 a { background-color: rgb(186,162,181); }

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

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

 span { border-color: rgb(186,162,181); }

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