#96ADC0

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

Shades of Nepal #96ADC0

Tints of Nepal #96ADC0

Color information

#96ADC0 (or 0x96ADC0) is unknown color: approx Nepal. HEX triplet: 96, AD and C0. RGB value is (150,173,192). Sum of RGB (Red+Green+Blue) = 150+173+192=515 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.13% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 192 (75.39% from 255 or 37.28% from 515); Max value from RGB is 192 - color contains mainly: blue. Hex color #96ADC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ADC0 is #69523F. Grayscale: #A8A8A8. Windows color (decimal): -6902336 or 12627350. OLE color: 12627350.

HSL color Cylindrical-coordinate representation of color #96ADC0: hue angle of 207.14º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #96ADC0 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB150173192-
CMYK0.220.1000.25
HSL207.14º25%67.06%-
HSV(B)207.14º21.88%75.29%-
XYZ37.0440.1855.67-
YUV168.29141.38114.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.13%
GREEN value IS 173 (67.97% from 255) = 33.59%
BLUE value IS 192 (75.39% from 255) = 37.28%
R=29.13%
G=33.59%
B=37.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501731920.220.1000.25207.142567.06
Hex96ADC016A019cf1943
Octal226255300261203131731103
Binary10010110101011011100000010110101001100111001111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ADC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,173,192); }

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

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

 a { background-color: rgb(150,173,192); }

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

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

 span { border-color: rgb(150,173,192); }

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