#99A9B4

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

Shades of Nepal #99A9B4

Tints of Nepal #99A9B4

Color information

#99A9B4 (or 0x99A9B4) is unknown color: approx Nepal. HEX triplet: 99, A9 and B4. RGB value is (153,169,180). Sum of RGB (Red+Green+Blue) = 153+169+180=502 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.48% from 502); Green value is 169 (66.41% from 255 or 33.67% from 502); Blue value is 180 (70.70% from 255 or 35.86% from 502); Max value from RGB is 180 - color contains mainly: blue. Hex color #99A9B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A9B4 is #66564B. Grayscale: #A5A5A5. Windows color (decimal): -6706764 or 11839897. OLE color: 11839897.

HSL color Cylindrical-coordinate representation of color #99A9B4: hue angle of 204.44º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #99A9B4 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB153169180-
CMYK0.150.0600.29
HSL204.44º15.25%65.29%-
HSV(B)204.44º15%70.59%-
XYZ35.5638.4448.73-
YUV165.47136.2119.11-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.48%
GREEN value IS 169 (66.41% from 255) = 33.67%
BLUE value IS 180 (70.70% from 255) = 35.86%
R=30.48%
G=33.67%
B=35.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1531691800.150.0600.29204.4415.2565.29
Hex99A9B4F601Dccf41
Octal23125126417603531417101
Binary10011001101010011011010011111100111011100110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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