#9FAEBB

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

Shades of Nepal #9FAEBB

Tints of Nepal #9FAEBB

Color information

#9FAEBB (or 0x9FAEBB) is unknown color: approx Nepal. HEX triplet: 9F, AE and BB. RGB value is (159,174,187). Sum of RGB (Red+Green+Blue) = 159+174+187=520 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.58% from 520); Green value is 174 (68.36% from 255 or 33.46% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 187 - color contains mainly: blue. Hex color #9FAEBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAEBB is #605144. Grayscale: #AAAAAA. Windows color (decimal): -6312261 or 12299935. OLE color: 12299935.

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

Color convert

RGB159174187-
CMYK0.150.0700.27
HSL207.86º17.07%67.84%-
HSV(B)207.86º14.97%73.33%-
XYZ38.441.2352.95-
YUV171137.03119.44-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.58%
GREEN value IS 174 (68.36% from 255) = 33.46%
BLUE value IS 187 (73.44% from 255) = 35.96%
R=30.58%
G=33.46%
B=35.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1591741870.150.0700.27207.8617.0767.84
Hex9FAEBBF701Bd01144
Octal23725627317703332021104
Binary100111111010111010111011111111101101111010000100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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