#97AEB4

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

Shades of Botticelli #97AEB4

Tints of Botticelli #97AEB4

Color information

#97AEB4 (or 0x97AEB4) is unknown color: approx Botticelli. HEX triplet: 97, AE and B4. RGB value is (151,174,180). Sum of RGB (Red+Green+Blue) = 151+174+180=505 (66% of max value = 765). Red value is 151 (59.38% from 255 or 29.90% from 505); Green value is 174 (68.36% from 255 or 34.46% from 505); Blue value is 180 (70.70% from 255 or 35.64% from 505); Max value from RGB is 180 - color contains mainly: blue. Hex color #97AEB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97AEB4 is #68514B. Grayscale: #A7A7A7. Windows color (decimal): -6836556 or 11841175. OLE color: 11841175.

HSL color Cylindrical-coordinate representation of color #97AEB4: hue angle of 192.41º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #97AEB4 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB151174180-
CMYK0.160.0300.29
HSL192.41º16.2%64.9%-
HSV(B)192.41º16.11%70.59%-
XYZ36.1440.1549.02-
YUV167.81134.88116.01-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.90%
GREEN value IS 174 (68.36% from 255) = 34.46%
BLUE value IS 180 (70.70% from 255) = 35.64%
R=29.90%
G=34.46%
B=35.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1511741800.160.0300.29192.4116.264.9
Hex97AEB410301Dc01041
Octal22725626420303530020101
Binary100101111010111010110100100001101110111000000100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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