#9AB0BE

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

Shades of Nepal #9AB0BE

Tints of Nepal #9AB0BE

Color information

#9AB0BE (or 0x9AB0BE) is unknown color: approx Nepal. HEX triplet: 9A, B0 and BE. RGB value is (154,176,190). Sum of RGB (Red+Green+Blue) = 154+176+190=520 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.62% from 520); Green value is 176 (69.14% from 255 or 33.85% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 190 - color contains mainly: blue. Hex color #9AB0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AB0BE is #654F41. Grayscale: #AAAAAA. Windows color (decimal): -6639426 or 12497050. OLE color: 12497050.

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

Color convert

RGB154176190-
CMYK0.190.0700.25
HSL203.33º21.69%67.45%-
HSV(B)203.33º18.95%74.51%-
XYZ38.1541.6454.74-
YUV171.02138.71115.86-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.62%
GREEN value IS 176 (69.14% from 255) = 33.85%
BLUE value IS 190 (74.61% from 255) = 36.54%
R=29.62%
G=33.85%
B=36.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541761900.190.0700.25203.3321.6967.45
Hex9AB0BE137019cb1643
Octal23226027623703131326103
Binary1001101010110000101111101001111101100111001011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,176,190); }

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

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

 a { background-color: rgb(154,176,190); }

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

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

 span { border-color: rgb(154,176,190); }

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