#9CAAB9

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

Shades of Nepal #9CAAB9

Tints of Nepal #9CAAB9

Color information

#9CAAB9 (or 0x9CAAB9) is unknown color: approx Nepal. HEX triplet: 9C, AA and B9. RGB value is (156,170,185). Sum of RGB (Red+Green+Blue) = 156+170+185=511 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.53% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 185 (72.66% from 255 or 36.20% from 511); Max value from RGB is 185 - color contains mainly: blue. Hex color #9CAAB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CAAB9 is #635546. Grayscale: #A7A7A7. Windows color (decimal): -6509895 or 12167836. OLE color: 12167836.

HSL color Cylindrical-coordinate representation of color #9CAAB9: hue angle of 211.03º degrees, saturation: 0.17, 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 #9CAAB9 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB156170185-
CMYK0.160.0800.27
HSL211.03º17.16%66.86%-
HSV(B)211.03º15.68%72.55%-
XYZ36.8439.3251.55-
YUV167.52137.86119.78-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.53%
GREEN value IS 170 (66.80% from 255) = 33.27%
BLUE value IS 185 (72.66% from 255) = 36.20%
R=30.53%
G=33.27%
B=36.20%

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
Decimal1561701850.160.0800.27211.0317.1666.86
Hex9CAAB910801Bd31143
Octal234252271201003332321103
Binary10011100101010101011100110000100001101111010011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,170,185); }

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

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

 a { background-color: rgb(156,170,185); }

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

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

 span { border-color: rgb(156,170,185); }

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