#9AACBC

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

Shades of Nepal #9AACBC

Tints of Nepal #9AACBC

Color information

#9AACBC (or 0x9AACBC) is unknown color: approx Nepal. HEX triplet: 9A, AC and BC. RGB value is (154,172,188). Sum of RGB (Red+Green+Blue) = 154+172+188=514 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.96% from 514); Green value is 172 (67.58% from 255 or 33.46% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 188 - color contains mainly: blue. Hex color #9AACBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AACBC is #655343. Grayscale: #A8A8A8. Windows color (decimal): -6640452 or 12364954. OLE color: 12364954.

HSL color Cylindrical-coordinate representation of color #9AACBC: hue angle of 208.24º 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 #9AACBC is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB154172188-
CMYK0.180.0900.26
HSL208.24º20.24%67.06%-
HSV(B)208.24º18.09%73.73%-
XYZ37.1640.0153.34-
YUV168.44139.04117.7-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.96%
GREEN value IS 172 (67.58% from 255) = 33.46%
BLUE value IS 188 (73.83% from 255) = 36.58%
R=29.96%
G=33.46%
B=36.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1541721880.180.0900.26208.2420.2467.06
Hex9AACBC12901Ad01443
Octal232254274221103232024103
Binary10011010101011001011110010010100101101011010000101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AACBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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