#BAACB2

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

Shades of Lily #BAACB2

Tints of Lily #BAACB2

Color information

#BAACB2 (or 0xBAACB2) is unknown color: approx Lily. HEX triplet: BA, AC and B2. RGB value is (186,172,178). Sum of RGB (Red+Green+Blue) = 186+172+178=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 172 (67.58% from 255 or 32.09% from 536); Blue value is 178 (69.92% from 255 or 33.21% from 536); Max value from RGB is 186 - color contains mainly: red. Hex color #BAACB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAACB2 is #45534D. Grayscale: #B0B0B0. Windows color (decimal): -4543310 or 11709626. OLE color: 11709626.

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

Color convert

RGB186172178-
CMYK00.080.040.27
HSL334.29º9.21%70.2%-
HSV(B)334.29º7.53%72.94%-
XYZ43.0443.1648.18-
YUV176.87128.64134.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.70%
GREEN value IS 172 (67.58% from 255) = 32.09%
BLUE value IS 178 (69.92% from 255) = 33.21%
R=34.70%
G=32.09%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617217800.080.040.27334.299.2170.2
HexBAACB20841B14e946
Octal27225426201043351611106
Binary101110101010110010110010010001001101110100111010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAACB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAACB2; }

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

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

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

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

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

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

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

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