#BA9EB4

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

Shades of Lily #BA9EB4

Tints of Lily #BA9EB4

Color information

#BA9EB4 (or 0xBA9EB4) is unknown color: approx Lily. HEX triplet: BA, 9E and B4. RGB value is (186,158,180). Sum of RGB (Red+Green+Blue) = 186+158+180=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 158 (62.11% from 255 or 30.15% from 524); Blue value is 180 (70.70% from 255 or 34.35% from 524); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9EB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9EB4 is #45614B. Grayscale: #A8A8A8. Windows color (decimal): -4546892 or 11837114. OLE color: 11837114.

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

Color convert

RGB186158180-
CMYK00.150.030.27
HSL312.86º16.87%67.45%-
HSV(B)312.86º15.05%72.94%-
XYZ40.7138.1948.41-
YUV168.88134.28140.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.50%
GREEN value IS 158 (62.11% from 255) = 30.15%
BLUE value IS 180 (70.70% from 255) = 34.35%
R=35.50%
G=30.15%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615818000.150.030.27312.8616.8767.45
HexBA9EB40F31B1391143
Octal27223626401733347121103
Binary101110101001111010110100011111111011100111001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9EB4; }

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

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

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

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

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

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

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

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