#96ABBF

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

Shades of Nepal #96ABBF

Tints of Nepal #96ABBF

Color information

#96ABBF (or 0x96ABBF) is unknown color: approx Nepal. HEX triplet: 96, AB and BF. RGB value is (150,171,191). Sum of RGB (Red+Green+Blue) = 150+171+191=512 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.30% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 191 - color contains mainly: blue. Hex color #96ABBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ABBF is #695440. Grayscale: #A6A6A6. Windows color (decimal): -6902849 or 12561302. OLE color: 12561302.

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

Color convert

RGB150171191-
CMYK0.210.1000.25
HSL209.27º24.26%66.86%-
HSV(B)209.27º21.47%74.9%-
XYZ36.5439.3754.96-
YUV167141.54115.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.30%
GREEN value IS 171 (67.19% from 255) = 33.40%
BLUE value IS 191 (75% from 255) = 37.30%
R=29.30%
G=33.40%
B=37.30%

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
Decimal1501711910.210.1000.25209.2724.2666.86
Hex96ABBF15A019d11843
Octal226253277251203132130103
Binary10010110101010111011111110101101001100111010001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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