#9DACB7

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

Shades of Nepal #9DACB7

Tints of Nepal #9DACB7

Color information

#9DACB7 (or 0x9DACB7) is unknown color: approx Nepal. HEX triplet: 9D, AC and B7. RGB value is (157,172,183). Sum of RGB (Red+Green+Blue) = 157+172+183=512 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.66% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 183 (71.88% from 255 or 35.74% from 512); Max value from RGB is 183 - color contains mainly: blue. Hex color #9DACB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DACB7 is #625348. Grayscale: #A8A8A8. Windows color (decimal): -6443849 or 12037277. OLE color: 12037277.

HSL color Cylindrical-coordinate representation of color #9DACB7: hue angle of 205.38º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9DACB7 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB157172183-
CMYK0.140.0600.28
HSL205.38º15.29%66.67%-
HSV(B)205.38º14.21%71.76%-
XYZ37.240.0950.58-
YUV168.77136.03119.61-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.66%
GREEN value IS 172 (67.58% from 255) = 33.59%
BLUE value IS 183 (71.88% from 255) = 35.74%
R=30.66%
G=33.59%
B=35.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1571721830.140.0600.28205.3815.2966.67
Hex9DACB7E601Ccdf43
Octal23525426716603431517103
Binary10011101101011001011011111101100111001100110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DACB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,172,183); }

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

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

 a { background-color: rgb(157,172,183); }

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

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

 span { border-color: rgb(157,172,183); }

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