#BA9CB0

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

Shades of Lily #BA9CB0

Tints of Lily #BA9CB0

Color information

#BA9CB0 (or 0xBA9CB0) is unknown color: approx Lily. HEX triplet: BA, 9C and B0. RGB value is (186,156,176). Sum of RGB (Red+Green+Blue) = 186+156+176=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 176 (69.14% from 255 or 33.98% from 518); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9CB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9CB0 is #45634F. Grayscale: #A7A7A7. Windows color (decimal): -4547408 or 11574458. OLE color: 11574458.

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

Color convert

RGB186156176-
CMYK00.160.050.27
HSL320º17.86%67.06%-
HSV(B)320º16.13%72.94%-
XYZ39.9737.3546.18-
YUV167.25132.94141.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.91%
GREEN value IS 156 (61.33% from 255) = 30.12%
BLUE value IS 176 (69.14% from 255) = 33.98%
R=35.91%
G=30.12%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615617600.160.050.2732017.8667.06
HexBA9CB001051B1401243
Octal27223426002053350022103
Binary10111010100111001011000001000010111011101000000100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9CB0; }

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

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

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

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

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

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

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

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