#9CB3BD

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

Shades of Nepal #9CB3BD

Tints of Nepal #9CB3BD

Color information

#9CB3BD (or 0x9CB3BD) is unknown color: approx Nepal. HEX triplet: 9C, B3 and BD. RGB value is (156,179,189). Sum of RGB (Red+Green+Blue) = 156+179+189=524 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.77% from 524); Green value is 179 (70.31% from 255 or 34.16% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 189 - color contains mainly: blue. Hex color #9CB3BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CB3BD is #634C42. Grayscale: #ADADAD. Windows color (decimal): -6507587 or 12432284. OLE color: 12432284.

HSL color Cylindrical-coordinate representation of color #9CB3BD: hue angle of 198.18º 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 #9CB3BD is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB156179189-
CMYK0.170.0500.26
HSL198.18º20%67.65%-
HSV(B)198.18º17.46%74.12%-
XYZ39.0242.9854.38-
YUV173.26136.88115.69-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.77%
GREEN value IS 179 (70.31% from 255) = 34.16%
BLUE value IS 189 (74.22% from 255) = 36.07%
R=29.77%
G=34.16%
B=36.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1561791890.170.0500.26198.182067.65
Hex9CB3BD11501Ac61444
Octal23426327521503230624104
Binary1001110010110011101111011000110101101011000110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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