#9EB0BC

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

Shades of Nepal #9EB0BC

Tints of Nepal #9EB0BC

Color information

#9EB0BC (or 0x9EB0BC) is unknown color: approx Nepal. HEX triplet: 9E, B0 and BC. RGB value is (158,176,188). Sum of RGB (Red+Green+Blue) = 158+176+188=522 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.27% from 522); Green value is 176 (69.14% from 255 or 33.72% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 188 - color contains mainly: blue. Hex color #9EB0BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EB0BC is #614F43. Grayscale: #ABABAB. Windows color (decimal): -6377284 or 12365982. OLE color: 12365982.

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

Color convert

RGB158176188-
CMYK0.160.0600.26
HSL204º18.29%67.84%-
HSV(B)204º15.96%73.73%-
XYZ38.741.9553.63-
YUV171.99137.04118.02-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.27%
GREEN value IS 176 (69.14% from 255) = 33.72%
BLUE value IS 188 (73.83% from 255) = 36.02%
R=30.27%
G=33.72%
B=36.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1581761880.160.0600.2620418.2967.84
Hex9EB0BC10601Acc1244
Octal23626027420603231422104
Binary1001111010110000101111001000011001101011001100100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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