#96AEBD

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

Shades of Nepal #96AEBD

Tints of Nepal #96AEBD

Color information

#96AEBD (or 0x96AEBD) is unknown color: approx Nepal. HEX triplet: 96, AE and BD. RGB value is (150,174,189). Sum of RGB (Red+Green+Blue) = 150+174+189=513 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.24% from 513); Green value is 174 (68.36% from 255 or 33.92% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 189 - color contains mainly: blue. Hex color #96AEBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AEBD is #695142. Grayscale: #A8A8A8. Windows color (decimal): -6902083 or 12430998. OLE color: 12430998.

HSL color Cylindrical-coordinate representation of color #96AEBD: hue angle of 203.08º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96AEBD is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB150174189-
CMYK0.210.0800.26
HSL203.08º22.81%66.47%-
HSV(B)203.08º20.63%74.12%-
XYZ36.940.4354-
YUV168.53139.55114.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.24%
GREEN value IS 174 (68.36% from 255) = 33.92%
BLUE value IS 189 (74.22% from 255) = 36.84%
R=29.24%
G=33.92%
B=36.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1501741890.210.0800.26203.0822.8166.47
Hex96AEBD15801Acb1742
Octal226256275251003231327102
Binary10010110101011101011110110101100001101011001011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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