#9CADBD

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

Shades of Nepal #9CADBD

Tints of Nepal #9CADBD

Color information

#9CADBD (or 0x9CADBD) is unknown color: approx Nepal. HEX triplet: 9C, AD and BD. RGB value is (156,173,189). Sum of RGB (Red+Green+Blue) = 156+173+189=518 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.12% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 189 - color contains mainly: blue. Hex color #9CADBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CADBD is #635242. Grayscale: #A9A9A9. Windows color (decimal): -6509123 or 12430748. OLE color: 12430748.

HSL color Cylindrical-coordinate representation of color #9CADBD: hue angle of 209.09º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9CADBD is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB156173189-
CMYK0.170.0800.26
HSL209.09º20%67.65%-
HSV(B)209.09º17.46%74.12%-
XYZ37.8440.6353.99-
YUV169.74138.87118.2-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.12%
GREEN value IS 173 (67.97% from 255) = 33.40%
BLUE value IS 189 (74.22% from 255) = 36.49%
R=30.12%
G=33.40%
B=36.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1561731890.170.0800.26209.092067.65
Hex9CADBD11801Ad11444
Octal234255275211003232124104
Binary10011100101011011011110110001100001101011010001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CADBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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