#96AABA

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

Shades of Nepal #96AABA

Tints of Nepal #96AABA

Color information

#96AABA (or 0x96AABA) is unknown color: approx Nepal. HEX triplet: 96, AA and BA. RGB value is (150,170,186). Sum of RGB (Red+Green+Blue) = 150+170+186=506 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.64% from 506); Green value is 170 (66.80% from 255 or 33.60% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 186 - color contains mainly: blue. Hex color #96AABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AABA is #695545. Grayscale: #A5A5A5. Windows color (decimal): -6903110 or 12233366. OLE color: 12233366.

HSL color Cylindrical-coordinate representation of color #96AABA: hue angle of 206.67º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #96AABA is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB150170186-
CMYK0.190.0900.27
HSL206.67º20.69%65.88%-
HSV(B)206.67º19.35%72.94%-
XYZ35.8238.7852.05-
YUV165.84139.37116.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.64%
GREEN value IS 170 (66.80% from 255) = 33.60%
BLUE value IS 186 (73.05% from 255) = 36.76%
R=29.64%
G=33.60%
B=36.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501701860.190.0900.27206.6720.6965.88
Hex96AABA13901Bcf1542
Octal226252272231103331725102
Binary10010110101010101011101010011100101101111001111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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