#97B2BF

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

Shades of Nepal #97B2BF

Tints of Nepal #97B2BF

Color information

#97B2BF (or 0x97B2BF) is unknown color: approx Nepal. HEX triplet: 97, B2 and BF. RGB value is (151,178,191). Sum of RGB (Red+Green+Blue) = 151+178+191=520 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.04% from 520); Green value is 178 (69.92% from 255 or 34.23% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 191 - color contains mainly: blue. Hex color #97B2BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97B2BF is #684D40. Grayscale: #ABABAB. Windows color (decimal): -6835521 or 12563095. OLE color: 12563095.

HSL color Cylindrical-coordinate representation of color #97B2BF: hue angle of 199.5º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #97B2BF is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB151178191-
CMYK0.210.0700.25
HSL199.5º23.81%67.06%-
HSV(B)199.5º20.94%74.9%-
XYZ38.0942.1855.42-
YUV171.41139.05113.44-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.04%
GREEN value IS 178 (69.92% from 255) = 34.23%
BLUE value IS 191 (75% from 255) = 36.73%
R=29.04%
G=34.23%
B=36.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511781910.210.0700.25199.523.8167.06
Hex97B2BF157019c81843
Octal22726227725703131030103
Binary1001011110110010101111111010111101100111001000110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,178,191); }

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

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

 a { background-color: rgb(151,178,191); }

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

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

 span { border-color: rgb(151,178,191); }

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