#96ABBA

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

Shades of Nepal #96ABBA

Tints of Nepal #96ABBA

Color information

#96ABBA (or 0x96ABBA) is unknown color: approx Nepal. HEX triplet: 96, AB and BA. RGB value is (150,171,186). Sum of RGB (Red+Green+Blue) = 150+171+186=507 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.59% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 186 - color contains mainly: blue. Hex color #96ABBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ABBA is #695445. Grayscale: #A6A6A6. Windows color (decimal): -6902854 or 12233622. OLE color: 12233622.

HSL color Cylindrical-coordinate representation of color #96ABBA: hue angle of 205º 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 #96ABBA is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB150171186-
CMYK0.190.0800.27
HSL205º20.69%65.88%-
HSV(B)205º19.35%72.94%-
XYZ3639.1652.11-
YUV166.43139.04116.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.59%
GREEN value IS 171 (67.19% from 255) = 33.73%
BLUE value IS 186 (73.05% from 255) = 36.69%
R=29.59%
G=33.73%
B=36.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501711860.190.0800.2720520.6965.88
Hex96ABBA13801Bcd1542
Octal226253272231003331525102
Binary10010110101010111011101010011100001101111001101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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