#9AB1BB

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

Shades of Nepal #9AB1BB

Tints of Nepal #9AB1BB

Color information

#9AB1BB (or 0x9AB1BB) is unknown color: approx Nepal. HEX triplet: 9A, B1 and BB. RGB value is (154,177,187). Sum of RGB (Red+Green+Blue) = 154+177+187=518 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.73% from 518); Green value is 177 (69.53% from 255 or 34.17% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 187 - color contains mainly: blue. Hex color #9AB1BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AB1BB is #654E44. Grayscale: #ABABAB. Windows color (decimal): -6639173 or 12300698. OLE color: 12300698.

HSL color Cylindrical-coordinate representation of color #9AB1BB: hue angle of 198.18º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9AB1BB is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB154177187-
CMYK0.180.0500.27
HSL198.18º19.53%66.86%-
HSV(B)198.18º17.65%73.33%-
XYZ38.0241.953.1-
YUV171.26136.88115.69-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.73%
GREEN value IS 177 (69.53% from 255) = 34.17%
BLUE value IS 187 (73.44% from 255) = 36.10%
R=29.73%
G=34.17%
B=36.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1541771870.180.0500.27198.1819.5366.86
Hex9AB1BB12501Bc61443
Octal23226127322503330624103
Binary1001101010110001101110111001010101101111000110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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