#9AABBA

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

Shades of Nepal #9AABBA

Tints of Nepal #9AABBA

Color information

#9AABBA (or 0x9AABBA) is unknown color: approx Nepal. HEX triplet: 9A, AB and BA. RGB value is (154,171,186). Sum of RGB (Red+Green+Blue) = 154+171+186=511 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.14% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 186 - color contains mainly: blue. Hex color #9AABBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AABBA is #655445. Grayscale: #A7A7A7. Windows color (decimal): -6640710 or 12233626. OLE color: 12233626.

HSL color Cylindrical-coordinate representation of color #9AABBA: hue angle of 208.12º 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 #9AABBA is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB154171186-
CMYK0.170.0800.27
HSL208.12º18.82%66.67%-
HSV(B)208.12º17.2%72.94%-
XYZ36.7539.5452.15-
YUV167.63138.37118.28-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.14%
GREEN value IS 171 (67.19% from 255) = 33.46%
BLUE value IS 186 (73.05% from 255) = 36.40%
R=30.14%
G=33.46%
B=36.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1541711860.170.0800.27208.1218.8266.67
Hex9AABBA11801Bd01343
Octal232253272211003332023103
Binary10011010101010111011101010001100001101111010000100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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