#96ACBF

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

Shades of Nepal #96ACBF

Tints of Nepal #96ACBF

Color information

#96ACBF (or 0x96ACBF) is unknown color: approx Nepal. HEX triplet: 96, AC and BF. RGB value is (150,172,191). Sum of RGB (Red+Green+Blue) = 150+172+191=513 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.24% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 191 - color contains mainly: blue. Hex color #96ACBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ACBF is #695340. Grayscale: #A7A7A7. Windows color (decimal): -6902593 or 12561558. OLE color: 12561558.

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

Color convert

RGB150172191-
CMYK0.210.1000.25
HSL207.8º24.26%66.86%-
HSV(B)207.8º21.47%74.9%-
XYZ36.7339.7555.03-
YUV167.59141.21115.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.24%
GREEN value IS 172 (67.58% from 255) = 33.53%
BLUE value IS 191 (75% from 255) = 37.23%
R=29.24%
G=33.53%
B=37.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501721910.210.1000.25207.824.2666.86
Hex96ACBF15A019d01843
Octal226254277251203132030103
Binary10010110101011001011111110101101001100111010000110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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