#9CADBA

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

Shades of Nepal #9CADBA

Tints of Nepal #9CADBA

Color information

#9CADBA (or 0x9CADBA) is unknown color: approx Nepal. HEX triplet: 9C, AD and BA. RGB value is (156,173,186). Sum of RGB (Red+Green+Blue) = 156+173+186=515 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.29% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 186 - color contains mainly: blue. Hex color #9CADBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CADBA is #635245. Grayscale: #A9A9A9. Windows color (decimal): -6509126 or 12234140. OLE color: 12234140.

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

Color convert

RGB156173186-
CMYK0.160.0700.27
HSL206º17.86%67.06%-
HSV(B)206º16.13%72.94%-
XYZ37.5240.552.29-
YUV169.4137.37118.44-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.29%
GREEN value IS 173 (67.97% from 255) = 33.59%
BLUE value IS 186 (73.05% from 255) = 36.12%
R=30.29%
G=33.59%
B=36.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561731860.160.0700.2720617.8667.06
Hex9CADBA10701Bce1243
Octal23425527220703331622103
Binary1001110010101101101110101000011101101111001110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,173,186); }

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

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

 a { background-color: rgb(156,173,186); }

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

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

 span { border-color: rgb(156,173,186); }

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