#BA9CB2

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

Shades of Lily #BA9CB2

Tints of Lily #BA9CB2

Color information

#BA9CB2 (or 0xBA9CB2) is unknown color: approx Lily. HEX triplet: BA, 9C and B2. RGB value is (186,156,178). Sum of RGB (Red+Green+Blue) = 186+156+178=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 178 (69.92% from 255 or 34.23% from 520); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9CB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9CB2 is #45634D. Grayscale: #A7A7A7. Windows color (decimal): -4547406 or 11705530. OLE color: 11705530.

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

Color convert

RGB186156178-
CMYK00.160.040.27
HSL316º17.86%67.06%-
HSV(B)316º16.13%72.94%-
XYZ40.1737.4347.23-
YUV167.48133.94141.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.77%
GREEN value IS 156 (61.33% from 255) = 30%
BLUE value IS 178 (69.92% from 255) = 34.23%
R=35.77%
G=30%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615617800.160.040.2731617.8667.06
HexBA9CB201041B13c1243
Octal27223426202043347422103
Binary10111010100111001011001001000010011011100111100100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9CB2; }

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

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

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

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

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

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

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

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