#97ACAE

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

Shades of Botticelli #97ACAE

Tints of Botticelli #97ACAE

Color information

#97ACAE (or 0x97ACAE) is unknown color: approx Botticelli. HEX triplet: 97, AC and AE. RGB value is (151,172,174). Sum of RGB (Red+Green+Blue) = 151+172+174=497 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.38% from 497); Green value is 172 (67.58% from 255 or 34.61% from 497); Blue value is 174 (68.36% from 255 or 35.01% from 497); Max value from RGB is 174 - color contains mainly: blue. Hex color #97ACAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97ACAE is #685351. Grayscale: #A5A5A5. Windows color (decimal): -6837074 or 11447447. OLE color: 11447447.

HSL color Cylindrical-coordinate representation of color #97ACAE: hue angle of 185.22º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #97ACAE is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB151172174-
CMYK0.130.0100.32
HSL185.22º12.43%63.73%-
HSV(B)185.22º13.22%68.24%-
XYZ35.1639.1445.75-
YUV165.95132.54117.34-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.38%
GREEN value IS 172 (67.58% from 255) = 34.61%
BLUE value IS 174 (68.36% from 255) = 35.01%
R=30.38%
G=34.61%
B=35.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1511721740.130.0100.32185.2212.4363.73
Hex97ACAED1020b9c40
Octal22725425615104027114100
Binary1001011110101100101011101101101000001011100111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97ACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97ACAE; }

 p { color: rgb(151,172,174); }

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

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

 a { background-color: rgb(151,172,174); }

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

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

 span { border-color: rgb(151,172,174); }

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