#9AAEBC

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

Shades of Nepal #9AAEBC

Tints of Nepal #9AAEBC

Color information

#9AAEBC (or 0x9AAEBC) is unknown color: approx Nepal. HEX triplet: 9A, AE and BC. RGB value is (154,174,188). Sum of RGB (Red+Green+Blue) = 154+174+188=516 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.84% from 516); Green value is 174 (68.36% from 255 or 33.72% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 188 - color contains mainly: blue. Hex color #9AAEBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AAEBC is #655143. Grayscale: #A9A9A9. Windows color (decimal): -6639940 or 12365466. OLE color: 12365466.

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

Color convert

RGB154174188-
CMYK0.180.0700.26
HSL204.71º20.24%67.06%-
HSV(B)204.71º18.09%73.73%-
XYZ37.5440.7753.47-
YUV169.62138.37116.86-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.84%
GREEN value IS 174 (68.36% from 255) = 33.72%
BLUE value IS 188 (73.83% from 255) = 36.43%
R=29.84%
G=33.72%
B=36.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1541741880.180.0700.26204.7120.2467.06
Hex9AAEBC12701Acd1443
Octal23225627422703231524103
Binary1001101010101110101111001001011101101011001101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,174,188); }

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

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

 a { background-color: rgb(154,174,188); }

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

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

 span { border-color: rgb(154,174,188); }

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