#96AEBE

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

Shades of Nepal #96AEBE

Tints of Nepal #96AEBE

Color information

#96AEBE (or 0x96AEBE) is unknown color: approx Nepal. HEX triplet: 96, AE and BE. RGB value is (150,174,190). Sum of RGB (Red+Green+Blue) = 150+174+190=514 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.18% from 514); Green value is 174 (68.36% from 255 or 33.85% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 190 - color contains mainly: blue. Hex color #96AEBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AEBE is #695141. Grayscale: #A8A8A8. Windows color (decimal): -6902082 or 12496534. OLE color: 12496534.

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

Color convert

RGB150174190-
CMYK0.210.0800.25
HSL204º23.53%66.67%-
HSV(B)204º21.05%74.51%-
XYZ37.0140.4754.58-
YUV168.65140.05114.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.18%
GREEN value IS 174 (68.36% from 255) = 33.85%
BLUE value IS 190 (74.61% from 255) = 36.96%
R=29.18%
G=33.85%
B=36.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501741900.210.0800.2520423.5366.67
Hex96AEBE158019cc1843
Octal226256276251003131430103
Binary10010110101011101011111010101100001100111001100110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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