#9CB1BD

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

Shades of Nepal #9CB1BD

Tints of Nepal #9CB1BD

Color information

#9CB1BD (or 0x9CB1BD) is unknown color: approx Nepal. HEX triplet: 9C, B1 and BD. RGB value is (156,177,189). Sum of RGB (Red+Green+Blue) = 156+177+189=522 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.89% from 522); Green value is 177 (69.53% from 255 or 33.91% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 189 - color contains mainly: blue. Hex color #9CB1BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CB1BD is #634E42. Grayscale: #ACACAC. Windows color (decimal): -6508099 or 12431772. OLE color: 12431772.

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

Color convert

RGB156177189-
CMYK0.170.0600.26
HSL201.82º20%67.65%-
HSV(B)201.82º17.46%74.12%-
XYZ38.6242.1954.25-
YUV172.09137.54116.52-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.89%
GREEN value IS 177 (69.53% from 255) = 33.91%
BLUE value IS 189 (74.22% from 255) = 36.21%
R=29.89%
G=33.91%
B=36.21%

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
Decimal1561771890.170.0600.26201.822067.65
Hex9CB1BD11601Aca1444
Octal23426127521603231224104
Binary1001110010110001101111011000111001101011001010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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