#96B0C0

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

Shades of Nepal #96B0C0

Tints of Nepal #96B0C0

Color information

#96B0C0 (or 0x96B0C0) is unknown color: approx Nepal. HEX triplet: 96, B0 and C0. RGB value is (150,176,192). Sum of RGB (Red+Green+Blue) = 150+176+192=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 192 (75.39% from 255 or 37.07% from 518); Max value from RGB is 192 - color contains mainly: blue. Hex color #96B0C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96B0C0 is #694F3F. Grayscale: #A9A9A9. Windows color (decimal): -6901568 or 12628118. OLE color: 12628118.

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

Color convert

RGB150176192-
CMYK0.220.0800.25
HSL202.86º25%67.06%-
HSV(B)202.86º21.88%75.29%-
XYZ37.6241.3455.87-
YUV170.05140.39113.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.96%
GREEN value IS 176 (69.14% from 255) = 33.98%
BLUE value IS 192 (75.39% from 255) = 37.07%
R=28.96%
G=33.98%
B=37.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501761920.220.0800.25202.862567.06
Hex96B0C0168019cb1943
Octal226260300261003131331103
Binary10010110101100001100000010110100001100111001011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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