#96AABE

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

Shades of Nepal #96AABE

Tints of Nepal #96AABE

Color information

#96AABE (or 0x96AABE) is unknown color: approx Nepal. HEX triplet: 96, AA and BE. RGB value is (150,170,190). Sum of RGB (Red+Green+Blue) = 150+170+190=510 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.41% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 190 - color contains mainly: blue. Hex color #96AABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AABE is #695541. Grayscale: #A6A6A6. Windows color (decimal): -6903106 or 12495510. OLE color: 12495510.

HSL color Cylindrical-coordinate representation of color #96AABE: hue angle of 210º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96AABE is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB150170190-
CMYK0.210.1100.25
HSL210º23.53%66.67%-
HSV(B)210º21.05%74.51%-
XYZ36.2538.9554.32-
YUV166.3141.37116.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.41%
GREEN value IS 170 (66.80% from 255) = 33.33%
BLUE value IS 190 (74.61% from 255) = 37.25%
R=29.41%
G=33.33%
B=37.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501701900.210.1100.2521023.5366.67
Hex96AABE15B019d21843
Octal226252276251303132230103
Binary10010110101010101011111010101101101100111010010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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