#9FB0BF

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

Shades of Nepal #9FB0BF

Tints of Nepal #9FB0BF

Color information

#9FB0BF (or 0x9FB0BF) is unknown color: approx Nepal. HEX triplet: 9F, B0 and BF. RGB value is (159,176,191). Sum of RGB (Red+Green+Blue) = 159+176+191=526 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.23% from 526); Green value is 176 (69.14% from 255 or 33.46% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 191 - color contains mainly: blue. Hex color #9FB0BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FB0BF is #604F40. Grayscale: #ACACAC. Windows color (decimal): -6311745 or 12562591. OLE color: 12562591.

HSL color Cylindrical-coordinate representation of color #9FB0BF: hue angle of 208.12º 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 #9FB0BF is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB159176191-
CMYK0.170.0800.25
HSL208.12º20%68.63%-
HSV(B)208.12º16.75%74.9%-
XYZ39.2342.1855.36-
YUV172.63138.37118.28-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.23%
GREEN value IS 176 (69.14% from 255) = 33.46%
BLUE value IS 191 (75% from 255) = 36.31%
R=30.23%
G=33.46%
B=36.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591761910.170.0800.25208.122068.63
Hex9FB0BF118019d01445
Octal237260277211003132024105
Binary10011111101100001011111110001100001100111010000101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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