#9CABB6

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

Shades of Nepal #9CABB6

Tints of Nepal #9CABB6

Color information

#9CABB6 (or 0x9CABB6) is unknown color: approx Nepal. HEX triplet: 9C, AB and B6. RGB value is (156,171,182). Sum of RGB (Red+Green+Blue) = 156+171+182=509 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.65% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 182 (71.48% from 255 or 35.76% from 509); Max value from RGB is 182 - color contains mainly: blue. Hex color #9CABB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CABB6 is #635449. Grayscale: #A7A7A7. Windows color (decimal): -6509642 or 11971484. OLE color: 11971484.

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

Color convert

RGB156171182-
CMYK0.140.0600.29
HSL205.38º15.12%66.27%-
HSV(B)205.38º14.29%71.37%-
XYZ36.7239.5749.96-
YUV167.77136.03119.61-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.65%
GREEN value IS 171 (67.19% from 255) = 33.60%
BLUE value IS 182 (71.48% from 255) = 35.76%
R=30.65%
G=33.60%
B=35.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1561711820.140.0600.29205.3815.1266.27
Hex9CABB6E601Dcdf42
Octal23425326616603531517102
Binary10011100101010111011011011101100111011100110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CABB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,171,182); }

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

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

 a { background-color: rgb(156,171,182); }

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

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

 span { border-color: rgb(156,171,182); }

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