#9FB1BE

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

Shades of Nepal #9FB1BE

Tints of Nepal #9FB1BE

Color information

#9FB1BE (or 0x9FB1BE) is unknown color: approx Nepal. HEX triplet: 9F, B1 and BE. RGB value is (159,177,190). Sum of RGB (Red+Green+Blue) = 159+177+190=526 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.23% from 526); Green value is 177 (69.53% from 255 or 33.65% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 190 - color contains mainly: blue. Hex color #9FB1BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FB1BE is #604E41. Grayscale: #ADADAD. Windows color (decimal): -6311490 or 12497311. OLE color: 12497311.

HSL color Cylindrical-coordinate representation of color #9FB1BE: hue angle of 205.16º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9FB1BE is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB159177190-
CMYK0.160.0700.25
HSL205.16º19.25%68.43%-
HSV(B)205.16º16.32%74.51%-
XYZ39.3142.5354.85-
YUV173.1137.54117.94-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.23%
GREEN value IS 177 (69.53% from 255) = 33.65%
BLUE value IS 190 (74.61% from 255) = 36.12%
R=30.23%
G=33.65%
B=36.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591771900.160.0700.25205.1619.2568.43
Hex9FB1BE107019cd1344
Octal23726127620703131523104
Binary1001111110110001101111101000011101100111001101100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FB1BE; }

 p { color: rgb(159,177,190); }

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

<style>
 a { background-color: #9FB1BE; }

 a { background-color: rgb(159,177,190); }

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

<style>
 span { border-color: #9FB1BE; }

 span { border-color: rgb(159,177,190); }

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