#BA9AA8

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

Shades of Lily #BA9AA8

Tints of Lily #BA9AA8

Color information

#BA9AA8 (or 0xBA9AA8) is unknown color: approx Lily. HEX triplet: BA, 9A and A8. RGB value is (186,154,168). Sum of RGB (Red+Green+Blue) = 186+154+168=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 154 (60.55% from 255 or 30.31% from 508); Blue value is 168 (66.02% from 255 or 33.07% from 508); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9AA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9AA8 is #456557. Grayscale: #A5A5A5. Windows color (decimal): -4547928 or 11049658. OLE color: 11049658.

HSL color Cylindrical-coordinate representation of color #BA9AA8: hue angle of 333.75º degrees, saturation: 0.19, 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 #BA9AA8 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB186154168-
CMYK00.170.100.27
HSL333.75º18.82%66.67%-
HSV(B)333.75º17.2%72.94%-
XYZ38.8736.3842.02-
YUV165.16129.6142.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.61%
GREEN value IS 154 (60.55% from 255) = 30.31%
BLUE value IS 168 (66.02% from 255) = 33.07%
R=36.61%
G=30.31%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615416800.170.100.27333.7518.8266.67
HexBA9AA8011A1B14e1343
Octal272232250021123351623103
Binary101110101001101010101000010001101011011101001110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9AA8; }

 p { color: rgb(186,154,168); }

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

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

 a { background-color: rgb(186,154,168); }

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

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

 span { border-color: rgb(186,154,168); }

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