#BAACB4

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

Shades of Lily #BAACB4

Tints of Lily #BAACB4

Color information

#BAACB4 (or 0xBAACB4) is unknown color: approx Lily. HEX triplet: BA, AC and B4. RGB value is (186,172,180). Sum of RGB (Red+Green+Blue) = 186+172+180=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 172 (67.58% from 255 or 31.97% from 538); Blue value is 180 (70.70% from 255 or 33.46% from 538); Max value from RGB is 186 - color contains mainly: red. Hex color #BAACB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAACB4 is #45534B. Grayscale: #B1B1B1. Windows color (decimal): -4543308 or 11840698. OLE color: 11840698.

HSL color Cylindrical-coordinate representation of color #BAACB4: hue angle of 325.71º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BAACB4 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB186172180-
CMYK00.080.030.27
HSL325.71º9.21%70.2%-
HSV(B)325.71º7.53%72.94%-
XYZ43.2443.2449.25-
YUV177.1129.64134.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.57%
GREEN value IS 172 (67.58% from 255) = 31.97%
BLUE value IS 180 (70.70% from 255) = 33.46%
R=34.57%
G=31.97%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617218000.080.030.27325.719.2170.2
HexBAACB40831B146946
Octal27225426401033350611106
Binary10111010101011001011010001000111101110100011010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAACB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAACB4; }

 p { color: rgb(186,172,180); }

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

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

 a { background-color: rgb(186,172,180); }

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

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

 span { border-color: rgb(186,172,180); }

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