#96ABBE

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

Shades of Nepal #96ABBE

Tints of Nepal #96ABBE

Color information

#96ABBE (or 0x96ABBE) is unknown color: approx Nepal. HEX triplet: 96, AB and BE. RGB value is (150,171,190). Sum of RGB (Red+Green+Blue) = 150+171+190=511 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.35% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 190 - color contains mainly: blue. Hex color #96ABBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ABBE is #695441. Grayscale: #A6A6A6. Windows color (decimal): -6902850 or 12495766. OLE color: 12495766.

HSL color Cylindrical-coordinate representation of color #96ABBE: hue angle of 208.5º 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 #96ABBE is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB150171190-
CMYK0.210.1000.25
HSL208.5º23.53%66.67%-
HSV(B)208.5º21.05%74.51%-
XYZ36.4339.3354.39-
YUV166.89141.04115.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.35%
GREEN value IS 171 (67.19% from 255) = 33.46%
BLUE value IS 190 (74.61% from 255) = 37.18%
R=29.35%
G=33.46%
B=37.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501711900.210.1000.25208.523.5366.67
Hex96ABBE15A019d01843
Octal226253276251203132030103
Binary10010110101010111011111010101101001100111010000110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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