#9FB1BF

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

Shades of Nepal #9FB1BF

Tints of Nepal #9FB1BF

Color information

#9FB1BF (or 0x9FB1BF) is unknown color: approx Nepal. HEX triplet: 9F, B1 and BF. RGB value is (159,177,191). Sum of RGB (Red+Green+Blue) = 159+177+191=527 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.17% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 191 - color contains mainly: blue. Hex color #9FB1BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FB1BF is #604E40. Grayscale: #ADADAD. Windows color (decimal): -6311489 or 12562847. OLE color: 12562847.

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

Color convert

RGB159177191-
CMYK0.170.0700.25
HSL206.25º20%68.63%-
HSV(B)206.25º16.75%74.9%-
XYZ39.4242.5855.43-
YUV173.21138.04117.86-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.17%
GREEN value IS 177 (69.53% from 255) = 33.59%
BLUE value IS 191 (75% from 255) = 36.24%
R=30.17%
G=33.59%
B=36.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591771910.170.0700.25206.252068.63
Hex9FB1BF117019ce1445
Octal23726127721703131624105
Binary1001111110110001101111111000111101100111001110101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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