#BA9BB1

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

Shades of Lily #BA9BB1

Tints of Lily #BA9BB1

Color information

#BA9BB1 (or 0xBA9BB1) is unknown color: approx Lily. HEX triplet: BA, 9B and B1. RGB value is (186,155,177). Sum of RGB (Red+Green+Blue) = 186+155+177=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 155 (60.94% from 255 or 29.92% from 518); Blue value is 177 (69.53% from 255 or 34.17% from 518); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9BB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9BB1 is #45644E. Grayscale: #A6A6A6. Windows color (decimal): -4547663 or 11639738. OLE color: 11639738.

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

Color convert

RGB186155177-
CMYK00.170.050.27
HSL317.42º18.34%66.86%-
HSV(B)317.42º16.67%72.94%-
XYZ39.9137.0646.64-
YUV166.78133.77141.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.91%
GREEN value IS 155 (60.94% from 255) = 29.92%
BLUE value IS 177 (69.53% from 255) = 34.17%
R=35.91%
G=29.92%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615517700.170.050.27317.4218.3466.86
HexBA9BB101151B13d1243
Octal27223326102153347522103
Binary10111010100110111011000101000110111011100111101100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9BB1; }

 p { color: rgb(186,155,177); }

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

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

 a { background-color: rgb(186,155,177); }

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

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

 span { border-color: rgb(186,155,177); }

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