#9DACBB

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

Shades of Nepal #9DACBB

Tints of Nepal #9DACBB

Color information

#9DACBB (or 0x9DACBB) is unknown color: approx Nepal. HEX triplet: 9D, AC and BB. RGB value is (157,172,187). Sum of RGB (Red+Green+Blue) = 157+172+187=516 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.43% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 187 - color contains mainly: blue. Hex color #9DACBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DACBB is #625344. Grayscale: #A9A9A9. Windows color (decimal): -6443845 or 12299421. OLE color: 12299421.

HSL color Cylindrical-coordinate representation of color #9DACBB: hue angle of 210º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9DACBB is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB157172187-
CMYK0.160.0800.27
HSL210º18.07%67.45%-
HSV(B)210º16.04%73.33%-
XYZ37.6340.2652.8-
YUV169.22138.03119.28-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.43%
GREEN value IS 172 (67.58% from 255) = 33.33%
BLUE value IS 187 (73.44% from 255) = 36.24%
R=30.43%
G=33.33%
B=36.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1571721870.160.0800.2721018.0767.45
Hex9DACBB10801Bd21243
Octal235254273201003332222103
Binary10011101101011001011101110000100001101111010010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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