#9FAEBC

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

Shades of Nepal #9FAEBC

Tints of Nepal #9FAEBC

Color information

#9FAEBC (or 0x9FAEBC) is unknown color: approx Nepal. HEX triplet: 9F, AE and BC. RGB value is (159,174,188). Sum of RGB (Red+Green+Blue) = 159+174+188=521 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.52% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 188 - color contains mainly: blue. Hex color #9FAEBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAEBC is #605143. Grayscale: #ABABAB. Windows color (decimal): -6312260 or 12365471. OLE color: 12365471.

HSL color Cylindrical-coordinate representation of color #9FAEBC: hue angle of 208.97º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FAEBC is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB159174188-
CMYK0.150.0700.26
HSL208.97º17.79%68.04%-
HSV(B)208.97º15.43%73.73%-
XYZ38.5141.2753.51-
YUV171.11137.53119.36-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.52%
GREEN value IS 174 (68.36% from 255) = 33.40%
BLUE value IS 188 (73.83% from 255) = 36.08%
R=30.52%
G=33.40%
B=36.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1591741880.150.0700.26208.9717.7968.04
Hex9FAEBCF701Ad11244
Octal23725627417703232122104
Binary100111111010111010111100111111101101011010001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,174,188); }

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

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

 a { background-color: rgb(159,174,188); }

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

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

 span { border-color: rgb(159,174,188); }

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