#9FACB5

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

Shades of Nepal #9FACB5

Tints of Nepal #9FACB5

Color information

#9FACB5 (or 0x9FACB5) is unknown color: approx Nepal. HEX triplet: 9F, AC and B5. RGB value is (159,172,181). Sum of RGB (Red+Green+Blue) = 159+172+181=512 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.05% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 181 (71.09% from 255 or 35.35% from 512); Max value from RGB is 181 - color contains mainly: blue. Hex color #9FACB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FACB5 is #60534A. Grayscale: #A9A9A9. Windows color (decimal): -6312779 or 11906207. OLE color: 11906207.

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

Color convert

RGB159172181-
CMYK0.120.0500.29
HSL204.55º12.94%66.67%-
HSV(B)204.55º12.15%70.98%-
XYZ37.3940.2149.51-
YUV169.14134.69120.77-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.05%
GREEN value IS 172 (67.58% from 255) = 33.59%
BLUE value IS 181 (71.09% from 255) = 35.35%
R=31.05%
G=33.59%
B=35.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1591721810.120.0500.29204.5512.9466.67
Hex9FACB5C501Dcdd43
Octal23725426514503531515103
Binary10011111101011001011010111001010111011100110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FACB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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