#97A5AC

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

Shades of Botticelli #97A5AC

Tints of Botticelli #97A5AC

Color information

#97A5AC (or 0x97A5AC) is unknown color: approx Botticelli. HEX triplet: 97, A5 and AC. RGB value is (151,165,172). Sum of RGB (Red+Green+Blue) = 151+165+172=488 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.94% from 488); Green value is 165 (64.84% from 255 or 33.81% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 172 - color contains mainly: blue. Hex color #97A5AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A5AC is #685A53. Grayscale: #A1A1A1. Windows color (decimal): -6838868 or 11314583. OLE color: 11314583.

HSL color Cylindrical-coordinate representation of color #97A5AC: hue angle of 200º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #97A5AC is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB151165172-
CMYK0.120.0400.33
HSL200º11.23%63.33%-
HSV(B)200º12.21%67.45%-
XYZ33.6636.4744.29-
YUV161.61133.86120.43-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.94%
GREEN value IS 165 (64.84% from 255) = 33.81%
BLUE value IS 172 (67.58% from 255) = 35.25%
R=30.94%
G=33.81%
B=35.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1511651720.120.0400.3320011.2363.33
Hex97A5ACC4021c8b3f
Octal2272452541440413101377
Binary10010111101001011010110011001000100001110010001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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