#96ACBE

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

Shades of Nepal #96ACBE

Tints of Nepal #96ACBE

Color information

#96ACBE (or 0x96ACBE) is unknown color: approx Nepal. HEX triplet: 96, AC and BE. RGB value is (150,172,190). Sum of RGB (Red+Green+Blue) = 150+172+190=512 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.30% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 190 - color contains mainly: blue. Hex color #96ACBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ACBE is #695341. Grayscale: #A7A7A7. Windows color (decimal): -6902594 or 12496022. OLE color: 12496022.

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

Color convert

RGB150172190-
CMYK0.210.0900.25
HSL207º23.53%66.67%-
HSV(B)207º21.05%74.51%-
XYZ36.6239.7154.45-
YUV167.47140.71115.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.30%
GREEN value IS 172 (67.58% from 255) = 33.59%
BLUE value IS 190 (74.61% from 255) = 37.11%
R=29.30%
G=33.59%
B=37.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501721900.210.0900.2520723.5366.67
Hex96ACBE159019cf1843
Octal226254276251103131730103
Binary10010110101011001011111010101100101100111001111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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