#96AEBA

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

Shades of Nepal #96AEBA

Tints of Nepal #96AEBA

Color information

#96AEBA (or 0x96AEBA) is unknown color: approx Nepal. HEX triplet: 96, AE and BA. RGB value is (150,174,186). Sum of RGB (Red+Green+Blue) = 150+174+186=510 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.41% from 510); Green value is 174 (68.36% from 255 or 34.12% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 186 - color contains mainly: blue. Hex color #96AEBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AEBA is #695145. Grayscale: #A8A8A8. Windows color (decimal): -6902086 or 12234390. OLE color: 12234390.

HSL color Cylindrical-coordinate representation of color #96AEBA: hue angle of 200º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #96AEBA is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB150174186-
CMYK0.190.0600.27
HSL200º20.69%65.88%-
HSV(B)200º19.35%72.94%-
XYZ36.5840.352.31-
YUV168.19138.05115.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.41%
GREEN value IS 174 (68.36% from 255) = 34.12%
BLUE value IS 186 (73.05% from 255) = 36.47%
R=29.41%
G=34.12%
B=36.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501741860.190.0600.2720020.6965.88
Hex96AEBA13601Bc81542
Octal22625627223603331025102
Binary1001011010101110101110101001111001101111001000101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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