#9AACBA

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

Shades of Nepal #9AACBA

Tints of Nepal #9AACBA

Color information

#9AACBA (or 0x9AACBA) is unknown color: approx Nepal. HEX triplet: 9A, AC and BA. RGB value is (154,172,186). Sum of RGB (Red+Green+Blue) = 154+172+186=512 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.08% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 186 - color contains mainly: blue. Hex color #9AACBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AACBA is #655345. Grayscale: #A8A8A8. Windows color (decimal): -6640454 or 12233882. OLE color: 12233882.

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

Color convert

RGB154172186-
CMYK0.170.0800.27
HSL206.25º18.82%66.67%-
HSV(B)206.25º17.2%72.94%-
XYZ36.9439.9252.21-
YUV168.21138.04117.86-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.08%
GREEN value IS 172 (67.58% from 255) = 33.59%
BLUE value IS 186 (73.05% from 255) = 36.33%
R=30.08%
G=33.59%
B=36.33%

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
Decimal1541721860.170.0800.27206.2518.8266.67
Hex9AACBA11801Bce1343
Octal232254272211003331623103
Binary10011010101011001011101010001100001101111001110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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