#99A9B9

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

Shades of Nepal #99A9B9

Tints of Nepal #99A9B9

Color information

#99A9B9 (or 0x99A9B9) is unknown color: approx Nepal. HEX triplet: 99, A9 and B9. RGB value is (153,169,185). Sum of RGB (Red+Green+Blue) = 153+169+185=507 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.18% from 507); Green value is 169 (66.41% from 255 or 33.33% from 507); Blue value is 185 (72.66% from 255 or 36.49% from 507); Max value from RGB is 185 - color contains mainly: blue. Hex color #99A9B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A9B9 is #665646. Grayscale: #A5A5A5. Windows color (decimal): -6706759 or 12167577. OLE color: 12167577.

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

Color convert

RGB153169185-
CMYK0.170.0900.27
HSL210º18.6%66.27%-
HSV(B)210º17.3%72.55%-
XYZ36.0838.6551.46-
YUV166.04138.7118.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.18%
GREEN value IS 169 (66.41% from 255) = 33.33%
BLUE value IS 185 (72.66% from 255) = 36.49%
R=30.18%
G=33.33%
B=36.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531691850.170.0900.2721018.666.27
Hex99A9B911901Bd21342
Octal231251271211103332223102
Binary10011001101010011011100110001100101101111010010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99A9B9; }

 p { color: rgb(153,169,185); }

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

<style>
 a { background-color: #99A9B9; }

 a { background-color: rgb(153,169,185); }

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

<style>
 span { border-color: #99A9B9; }

 span { border-color: rgb(153,169,185); }

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