#97ABAD

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

Shades of Botticelli #97ABAD

Tints of Botticelli #97ABAD

Color information

#97ABAD (or 0x97ABAD) is unknown color: approx Botticelli. HEX triplet: 97, AB and AD. RGB value is (151,171,173). Sum of RGB (Red+Green+Blue) = 151+171+173=495 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.51% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 173 (67.97% from 255 or 34.95% from 495); Max value from RGB is 173 - color contains mainly: blue. Hex color #97ABAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97ABAD is #685452. Grayscale: #A5A5A5. Windows color (decimal): -6837331 or 11381655. OLE color: 11381655.

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

Color convert

RGB151171173-
CMYK0.130.0100.32
HSL185.45º11.83%63.53%-
HSV(B)185.45º12.72%67.84%-
XYZ34.8738.7245.17-
YUV165.25132.37117.84-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.51%
GREEN value IS 171 (67.19% from 255) = 34.55%
BLUE value IS 173 (67.97% from 255) = 34.95%
R=30.51%
G=34.55%
B=34.95%

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
Decimal1511711730.130.0100.32185.4511.8363.53
Hex97ABADD1020b9c40
Octal22725325515104027114100
Binary1001011110101011101011011101101000001011100111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97ABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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