#96AEBF

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

Shades of Nepal #96AEBF

Tints of Nepal #96AEBF

Color information

#96AEBF (or 0x96AEBF) is unknown color: approx Nepal. HEX triplet: 96, AE and BF. RGB value is (150,174,191). Sum of RGB (Red+Green+Blue) = 150+174+191=515 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.13% from 515); Green value is 174 (68.36% from 255 or 33.79% from 515); Blue value is 191 (75% from 255 or 37.09% from 515); Max value from RGB is 191 - color contains mainly: blue. Hex color #96AEBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AEBF is #695140. Grayscale: #A8A8A8. Windows color (decimal): -6902081 or 12562070. OLE color: 12562070.

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

Color convert

RGB150174191-
CMYK0.210.0900.25
HSL204.88º24.26%66.86%-
HSV(B)204.88º21.47%74.9%-
XYZ37.1240.5255.15-
YUV168.76140.55114.62-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.13%
GREEN value IS 174 (68.36% from 255) = 33.79%
BLUE value IS 191 (75% from 255) = 37.09%
R=29.13%
G=33.79%
B=37.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501741910.210.0900.25204.8824.2666.86
Hex96AEBF159019cd1843
Octal226256277251103131530103
Binary10010110101011101011111110101100101100111001101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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