#9FACB6

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

Shades of Nepal #9FACB6

Tints of Nepal #9FACB6

Color information

#9FACB6 (or 0x9FACB6) is unknown color: approx Nepal. HEX triplet: 9F, AC and B6. RGB value is (159,172,182). Sum of RGB (Red+Green+Blue) = 159+172+182=513 (67% of max value = 765). Red value is 159 (62.5% from 255 or 30.99% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 182 (71.48% from 255 or 35.48% from 513); Max value from RGB is 182 - color contains mainly: blue. Hex color #9FACB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FACB6 is #605349. Grayscale: #A9A9A9. Windows color (decimal): -6312778 or 11971743. OLE color: 11971743.

HSL color Cylindrical-coordinate representation of color #9FACB6: hue angle of 206.09º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9FACB6 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB159172182-
CMYK0.130.0500.29
HSL206.09º13.61%66.86%-
HSV(B)206.09º12.64%71.37%-
XYZ37.4940.2550.05-
YUV169.25135.19120.69-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.99%
GREEN value IS 172 (67.58% from 255) = 33.53%
BLUE value IS 182 (71.48% from 255) = 35.48%
R=30.99%
G=33.53%
B=35.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1591721820.130.0500.29206.0913.6166.86
Hex9FACB6D501Dcee43
Octal23725426615503531616103
Binary10011111101011001011011011011010111011100111011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FACB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,172,182); }

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

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

 a { background-color: rgb(159,172,182); }

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

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

 span { border-color: rgb(159,172,182); }

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