#9CB2BF

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

Shades of Nepal #9CB2BF

Tints of Nepal #9CB2BF

Color information

#9CB2BF (or 0x9CB2BF) is unknown color: approx Nepal. HEX triplet: 9C, B2 and BF. RGB value is (156,178,191). Sum of RGB (Red+Green+Blue) = 156+178+191=525 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.71% from 525); Green value is 178 (69.92% from 255 or 33.90% from 525); Blue value is 191 (75% from 255 or 36.38% from 525); Max value from RGB is 191 - color contains mainly: blue. Hex color #9CB2BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CB2BF is #634D40. Grayscale: #ACACAC. Windows color (decimal): -6507841 or 12563100. OLE color: 12563100.

HSL color Cylindrical-coordinate representation of color #9CB2BF: hue angle of 202.29º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9CB2BF is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB156178191-
CMYK0.180.0700.25
HSL202.29º21.47%68.04%-
HSV(B)202.29º18.32%74.9%-
XYZ39.0342.6755.47-
YUV172.9138.21115.94-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.71%
GREEN value IS 178 (69.92% from 255) = 33.90%
BLUE value IS 191 (75% from 255) = 36.38%
R=29.71%
G=33.90%
B=36.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561781910.180.0700.25202.2921.4768.04
Hex9CB2BF127019ca1544
Octal23426227722703131225104
Binary1001110010110010101111111001011101100111001010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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