#97ADAE

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

Shades of Botticelli #97ADAE

Tints of Botticelli #97ADAE

Color information

#97ADAE (or 0x97ADAE) is unknown color: approx Botticelli. HEX triplet: 97, AD and AE. RGB value is (151,173,174). Sum of RGB (Red+Green+Blue) = 151+173+174=498 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.32% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 174 (68.36% from 255 or 34.94% from 498); Max value from RGB is 174 - color contains mainly: blue. Hex color #97ADAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97ADAE is #685251. Grayscale: #A6A6A6. Windows color (decimal): -6836818 or 11447703. OLE color: 11447703.

HSL color Cylindrical-coordinate representation of color #97ADAE: hue angle of 182.61º 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 #97ADAE is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB151173174-
CMYK0.130.0100.32
HSL182.61º12.43%63.73%-
HSV(B)182.61º13.22%68.24%-
XYZ35.3539.5245.81-
YUV166.54132.21116.92-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.32%
GREEN value IS 173 (67.97% from 255) = 34.74%
BLUE value IS 174 (68.36% from 255) = 34.94%
R=30.32%
G=34.74%
B=34.94%

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
Decimal1511731740.130.0100.32182.6112.4363.73
Hex97ADAED1020b7c40
Octal22725525615104026714100
Binary1001011110101101101011101101101000001011011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97ADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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