#99ABB5

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

Shades of Nepal #99ABB5

Tints of Nepal #99ABB5

Color information

#99ABB5 (or 0x99ABB5) is unknown color: approx Nepal. HEX triplet: 99, AB and B5. RGB value is (153,171,181). Sum of RGB (Red+Green+Blue) = 153+171+181=505 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.30% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 181 (71.09% from 255 or 35.84% from 505); Max value from RGB is 181 - color contains mainly: blue. Hex color #99ABB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ABB5 is #66544A. Grayscale: #A6A6A6. Windows color (decimal): -6706251 or 11905945. OLE color: 11905945.

HSL color Cylindrical-coordinate representation of color #99ABB5: hue angle of 201.43º degrees, saturation: 0.16, 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 #99ABB5 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB153171181-
CMYK0.150.0600.29
HSL201.43º15.91%65.49%-
HSV(B)201.43º15.47%70.98%-
XYZ36.0439.2349.39-
YUV166.76136.04118.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.30%
GREEN value IS 171 (67.19% from 255) = 33.86%
BLUE value IS 181 (71.09% from 255) = 35.84%
R=30.30%
G=33.86%
B=35.84%

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
Decimal1531711810.150.0600.29201.4315.9165.49
Hex99ABB5F601Dc91041
Octal23125326517603531120101
Binary100110011010101110110101111111001110111001001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ABB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,171,181); }

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

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

 a { background-color: rgb(153,171,181); }

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

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

 span { border-color: rgb(153,171,181); }

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