#9AB0BA

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

Shades of Nepal #9AB0BA

Tints of Nepal #9AB0BA

Color information

#9AB0BA (or 0x9AB0BA) is unknown color: approx Nepal. HEX triplet: 9A, B0 and BA. RGB value is (154,176,186). Sum of RGB (Red+Green+Blue) = 154+176+186=516 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.84% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 186 - color contains mainly: blue. Hex color #9AB0BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AB0BA is #654F45. Grayscale: #AAAAAA. Windows color (decimal): -6639430 or 12234906. OLE color: 12234906.

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

Color convert

RGB154176186-
CMYK0.170.0500.27
HSL198.75º18.82%66.67%-
HSV(B)198.75º17.2%72.94%-
XYZ37.7141.4752.47-
YUV170.56136.71116.19-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.84%
GREEN value IS 176 (69.14% from 255) = 34.11%
BLUE value IS 186 (73.05% from 255) = 36.05%
R=29.84%
G=34.11%
B=36.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1541761860.170.0500.27198.7518.8266.67
Hex9AB0BA11501Bc71343
Octal23226027221503330723103
Binary1001101010110000101110101000110101101111000111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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