#97AEB9

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

Shades of Nepal #97AEB9

Tints of Nepal #97AEB9

Color information

#97AEB9 (or 0x97AEB9) is unknown color: approx Nepal. HEX triplet: 97, AE and B9. RGB value is (151,174,185). Sum of RGB (Red+Green+Blue) = 151+174+185=510 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.61% from 510); Green value is 174 (68.36% from 255 or 34.12% from 510); Blue value is 185 (72.66% from 255 or 36.27% from 510); Max value from RGB is 185 - color contains mainly: blue. Hex color #97AEB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97AEB9 is #685146. Grayscale: #A8A8A8. Windows color (decimal): -6836551 or 12168855. OLE color: 12168855.

HSL color Cylindrical-coordinate representation of color #97AEB9: hue angle of 199.41º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #97AEB9 is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB151174185-
CMYK0.180.0600.27
HSL199.41º19.54%65.88%-
HSV(B)199.41º18.38%72.55%-
XYZ36.6640.3551.76-
YUV168.38137.38115.61-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.61%
GREEN value IS 174 (68.36% from 255) = 34.12%
BLUE value IS 185 (72.66% from 255) = 36.27%
R=29.61%
G=34.12%
B=36.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1511741850.180.0600.27199.4119.5465.88
Hex97AEB912601Bc71442
Octal22725627122603330724102
Binary1001011110101110101110011001011001101111000111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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