#BAACB0

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

Shades of Lily #BAACB0

Tints of Lily #BAACB0

Color information

#BAACB0 (or 0xBAACB0) is unknown color: approx Lily. HEX triplet: BA, AC and B0. RGB value is (186,172,176). Sum of RGB (Red+Green+Blue) = 186+172+176=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 172 (67.58% from 255 or 32.21% from 534); Blue value is 176 (69.14% from 255 or 32.96% from 534); Max value from RGB is 186 - color contains mainly: red. Hex color #BAACB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAACB0 is #45534F. Grayscale: #B0B0B0. Windows color (decimal): -4543312 or 11578554. OLE color: 11578554.

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

Color convert

RGB186172176-
CMYK00.080.050.27
HSL342.86º9.21%70.2%-
HSV(B)342.86º7.53%72.94%-
XYZ42.8443.0847.13-
YUV176.64127.64134.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.83%
GREEN value IS 172 (67.58% from 255) = 32.21%
BLUE value IS 176 (69.14% from 255) = 32.96%
R=34.83%
G=32.21%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617217600.080.050.27342.869.2170.2
HexBAACB00851B157946
Octal27225426001053352711106
Binary101110101010110010110000010001011101110101011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAACB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAACB0; }

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

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

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

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

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

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

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

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