#BAA0B3

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

Shades of Lily #BAA0B3

Tints of Lily #BAA0B3

Color information

#BAA0B3 (or 0xBAA0B3) is unknown color: approx Lily. HEX triplet: BA, A0 and B3. RGB value is (186,160,179). Sum of RGB (Red+Green+Blue) = 186+160+179=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 160 (62.89% from 255 or 30.48% from 525); Blue value is 179 (70.31% from 255 or 34.10% from 525); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA0B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA0B3 is #455F4C. Grayscale: #A9A9A9. Windows color (decimal): -4546381 or 11772090. OLE color: 11772090.

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

Color convert

RGB186160179-
CMYK00.140.040.27
HSL316.15º15.85%67.84%-
HSV(B)316.15º13.98%72.94%-
XYZ40.9638.8447.99-
YUV169.94133.11139.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.43%
GREEN value IS 160 (62.89% from 255) = 30.48%
BLUE value IS 179 (70.31% from 255) = 34.10%
R=35.43%
G=30.48%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616017900.140.040.27316.1515.8567.84
HexBAA0B30E41B13c1044
Octal27224026301643347420104
Binary1011101010100000101100110111010011011100111100100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA0B3; }

 p { color: rgb(186,160,179); }

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

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

 a { background-color: rgb(186,160,179); }

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

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

 span { border-color: rgb(186,160,179); }

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