#96ACBA

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

Shades of Nepal #96ACBA

Tints of Nepal #96ACBA

Color information

#96ACBA (or 0x96ACBA) is unknown color: approx Nepal. HEX triplet: 96, AC and BA. RGB value is (150,172,186). Sum of RGB (Red+Green+Blue) = 150+172+186=508 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.53% from 508); Green value is 172 (67.58% from 255 or 33.86% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 186 - color contains mainly: blue. Hex color #96ACBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ACBA is #695345. Grayscale: #A6A6A6. Windows color (decimal): -6902598 or 12233878. OLE color: 12233878.

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

Color convert

RGB150172186-
CMYK0.190.0800.27
HSL203.33º20.69%65.88%-
HSV(B)203.33º19.35%72.94%-
XYZ36.1939.5352.18-
YUV167.02138.71115.86-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.53%
GREEN value IS 172 (67.58% from 255) = 33.86%
BLUE value IS 186 (73.05% from 255) = 36.61%
R=29.53%
G=33.86%
B=36.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501721860.190.0800.27203.3320.6965.88
Hex96ACBA13801Bcb1542
Octal226254272231003331325102
Binary10010110101011001011101010011100001101111001011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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