#99AEB9

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

Shades of Nepal #99AEB9

Tints of Nepal #99AEB9

Color information

#99AEB9 (or 0x99AEB9) is unknown color: approx Nepal. HEX triplet: 99, AE and B9. RGB value is (153,174,185). Sum of RGB (Red+Green+Blue) = 153+174+185=512 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.88% from 512); Green value is 174 (68.36% from 255 or 33.98% from 512); Blue value is 185 (72.66% from 255 or 36.13% from 512); Max value from RGB is 185 - color contains mainly: blue. Hex color #99AEB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AEB9 is #665146. Grayscale: #A8A8A8. Windows color (decimal): -6705479 or 12168857. OLE color: 12168857.

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

Color convert

RGB153174185-
CMYK0.170.0600.27
HSL200.62º18.6%66.27%-
HSV(B)200.62º17.3%72.55%-
XYZ37.0340.5551.77-
YUV168.98137.04116.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.88%
GREEN value IS 174 (68.36% from 255) = 33.98%
BLUE value IS 185 (72.66% from 255) = 36.13%
R=29.88%
G=33.98%
B=36.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531741850.170.0600.27200.6218.666.27
Hex99AEB911601Bc91342
Octal23125627121603331123102
Binary1001100110101110101110011000111001101111001001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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