#BA9CB3

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

Shades of Lily #BA9CB3

Tints of Lily #BA9CB3

Color information

#BA9CB3 (or 0xBA9CB3) is unknown color: approx Lily. HEX triplet: BA, 9C and B3. RGB value is (186,156,179). Sum of RGB (Red+Green+Blue) = 186+156+179=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 179 (70.31% from 255 or 34.36% from 521); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9CB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9CB3 is #45634C. Grayscale: #A7A7A7. Windows color (decimal): -4547405 or 11771066. OLE color: 11771066.

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

Color convert

RGB186156179-
CMYK00.160.040.27
HSL314º17.86%67.06%-
HSV(B)314º16.13%72.94%-
XYZ40.2737.4747.76-
YUV167.59134.44141.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.70%
GREEN value IS 156 (61.33% from 255) = 29.94%
BLUE value IS 179 (70.31% from 255) = 34.36%
R=35.70%
G=29.94%
B=34.36%

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
Decimal18615617900.160.040.2731417.8667.06
HexBA9CB301041B13a1243
Octal27223426302043347222103
Binary10111010100111001011001101000010011011100111010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9CB3; }

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

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

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

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

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

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

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

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