#9BADB6

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

Shades of Nepal #9BADB6

Tints of Nepal #9BADB6

Color information

#9BADB6 (or 0x9BADB6) is unknown color: approx Nepal. HEX triplet: 9B, AD and B6. RGB value is (155,173,182). Sum of RGB (Red+Green+Blue) = 155+173+182=510 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.39% from 510); Green value is 173 (67.97% from 255 or 33.92% from 510); Blue value is 182 (71.48% from 255 or 35.69% from 510); Max value from RGB is 182 - color contains mainly: blue. Hex color #9BADB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BADB6 is #645249. Grayscale: #A8A8A8. Windows color (decimal): -6574666 or 11971995. OLE color: 11971995.

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

Color convert

RGB155173182-
CMYK0.150.0500.29
HSL200º15.61%66.08%-
HSV(B)200º14.84%71.37%-
XYZ36.940.2350.08-
YUV168.64135.54118.27-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.39%
GREEN value IS 173 (67.97% from 255) = 33.92%
BLUE value IS 182 (71.48% from 255) = 35.69%
R=30.39%
G=33.92%
B=35.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1551731820.150.0500.2920015.6166.08
Hex9BADB6F501Dc81042
Octal23325526617503531020102
Binary100110111010110110110110111110101110111001000100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BADB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,173,182); }

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

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

 a { background-color: rgb(155,173,182); }

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

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

 span { border-color: rgb(155,173,182); }

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