#9CB2BD

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

Shades of Nepal #9CB2BD

Tints of Nepal #9CB2BD

Color information

#9CB2BD (or 0x9CB2BD) is unknown color: approx Nepal. HEX triplet: 9C, B2 and BD. RGB value is (156,178,189). Sum of RGB (Red+Green+Blue) = 156+178+189=523 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.83% from 523); Green value is 178 (69.92% from 255 or 34.03% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 189 - color contains mainly: blue. Hex color #9CB2BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CB2BD is #634D42. Grayscale: #ACACAC. Windows color (decimal): -6507843 or 12432028. OLE color: 12432028.

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

Color convert

RGB156178189-
CMYK0.170.0600.26
HSL200º20%67.65%-
HSV(B)200º17.46%74.12%-
XYZ38.8242.5854.32-
YUV172.68137.21116.11-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.83%
GREEN value IS 178 (69.92% from 255) = 34.03%
BLUE value IS 189 (74.22% from 255) = 36.14%
R=29.83%
G=34.03%
B=36.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1561781890.170.0600.262002067.65
Hex9CB2BD11601Ac81444
Octal23426227521603231024104
Binary1001110010110010101111011000111001101011001000101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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