#9FB2BF

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

Shades of Nepal #9FB2BF

Tints of Nepal #9FB2BF

Color information

#9FB2BF (or 0x9FB2BF) is unknown color: approx Nepal. HEX triplet: 9F, B2 and BF. RGB value is (159,178,191). Sum of RGB (Red+Green+Blue) = 159+178+191=528 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.11% from 528); Green value is 178 (69.92% from 255 or 33.71% from 528); Blue value is 191 (75% from 255 or 36.17% from 528); Max value from RGB is 191 - color contains mainly: blue. Hex color #9FB2BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FB2BF is #604D40. Grayscale: #ADADAD. Windows color (decimal): -6311233 or 12563103. OLE color: 12563103.

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

Color convert

RGB159178191-
CMYK0.170.0700.25
HSL204.38º20%68.63%-
HSV(B)204.38º16.75%74.9%-
XYZ39.6242.9755.5-
YUV173.8137.71117.44-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.11%
GREEN value IS 178 (69.92% from 255) = 33.71%
BLUE value IS 191 (75% from 255) = 36.17%
R=30.11%
G=33.71%
B=36.17%

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
Decimal1591781910.170.0700.25204.382068.63
Hex9FB2BF117019cc1445
Octal23726227721703131424105
Binary1001111110110010101111111000111101100111001100101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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