#96AABD

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

Shades of Nepal #96AABD

Tints of Nepal #96AABD

Color information

#96AABD (or 0x96AABD) is unknown color: approx Nepal. HEX triplet: 96, AA and BD. RGB value is (150,170,189). Sum of RGB (Red+Green+Blue) = 150+170+189=509 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.47% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 189 - color contains mainly: blue. Hex color #96AABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AABD is #695542. Grayscale: #A6A6A6. Windows color (decimal): -6903107 or 12429974. OLE color: 12429974.

HSL color Cylindrical-coordinate representation of color #96AABD: hue angle of 209.23º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96AABD is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB150170189-
CMYK0.210.1000.26
HSL209.23º22.81%66.47%-
HSV(B)209.23º20.63%74.12%-
XYZ36.1438.9153.75-
YUV166.19140.87116.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.47%
GREEN value IS 170 (66.80% from 255) = 33.40%
BLUE value IS 189 (74.22% from 255) = 37.13%
R=29.47%
G=33.40%
B=37.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1501701890.210.1000.26209.2322.8166.47
Hex96AABD15A01Ad11742
Octal226252275251203232127102
Binary10010110101010101011110110101101001101011010001101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96AABD; }

 p { color: rgb(150,170,189); }

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

<style>
 a { background-color: #96AABD; }

 a { background-color: rgb(150,170,189); }

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

<style>
 span { border-color: #96AABD; }

 span { border-color: rgb(150,170,189); }

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