#9AB1BE

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

Shades of Nepal #9AB1BE

Tints of Nepal #9AB1BE

Color information

#9AB1BE (or 0x9AB1BE) is unknown color: approx Nepal. HEX triplet: 9A, B1 and BE. RGB value is (154,177,190). Sum of RGB (Red+Green+Blue) = 154+177+190=521 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.56% from 521); Green value is 177 (69.53% from 255 or 33.97% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 190 - color contains mainly: blue. Hex color #9AB1BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AB1BE is #654E41. Grayscale: #ABABAB. Windows color (decimal): -6639170 or 12497306. OLE color: 12497306.

HSL color Cylindrical-coordinate representation of color #9AB1BE: hue angle of 201.67º 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 #9AB1BE is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB154177190-
CMYK0.190.0700.25
HSL201.67º21.69%67.45%-
HSV(B)201.67º18.95%74.51%-
XYZ38.3442.0354.81-
YUV171.6138.38115.44-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.56%
GREEN value IS 177 (69.53% from 255) = 33.97%
BLUE value IS 190 (74.61% from 255) = 36.47%
R=29.56%
G=33.97%
B=36.47%

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
Decimal1541771900.190.0700.25201.6721.6967.45
Hex9AB1BE137019ca1643
Octal23226127623703131226103
Binary1001101010110001101111101001111101100111001010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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