#9EB2BC

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

Shades of Nepal #9EB2BC

Tints of Nepal #9EB2BC

Color information

#9EB2BC (or 0x9EB2BC) is unknown color: approx Nepal. HEX triplet: 9E, B2 and BC. RGB value is (158,178,188). Sum of RGB (Red+Green+Blue) = 158+178+188=524 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.15% from 524); Green value is 178 (69.92% from 255 or 33.97% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 188 - color contains mainly: blue. Hex color #9EB2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EB2BC is #614D43. Grayscale: #ADADAD. Windows color (decimal): -6376772 or 12366494. OLE color: 12366494.

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

Color convert

RGB158178188-
CMYK0.160.0500.26
HSL200º18.29%67.84%-
HSV(B)200º15.96%73.73%-
XYZ39.142.7453.77-
YUV173.16136.37117.19-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.15%
GREEN value IS 178 (69.92% from 255) = 33.97%
BLUE value IS 188 (73.83% from 255) = 35.88%
R=30.15%
G=33.97%
B=35.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1581781880.160.0500.2620018.2967.84
Hex9EB2BC10501Ac81244
Octal23626227420503231022104
Binary1001111010110010101111001000010101101011001000100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,178,188); }

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

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

 a { background-color: rgb(158,178,188); }

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

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

 span { border-color: rgb(158,178,188); }

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