#96B0BC

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

Shades of Nepal #96B0BC

Tints of Nepal #96B0BC

Color information

#96B0BC (or 0x96B0BC) is unknown color: approx Nepal. HEX triplet: 96, B0 and BC. RGB value is (150,176,188). Sum of RGB (Red+Green+Blue) = 150+176+188=514 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.18% from 514); Green value is 176 (69.14% from 255 or 34.24% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 188 - color contains mainly: blue. Hex color #96B0BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96B0BC is #694F43. Grayscale: #A9A9A9. Windows color (decimal): -6901572 or 12365974. OLE color: 12365974.

HSL color Cylindrical-coordinate representation of color #96B0BC: hue angle of 198.95º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #96B0BC is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB150176188-
CMYK0.200.0600.26
HSL198.95º22.09%66.27%-
HSV(B)198.95º20.21%73.73%-
XYZ37.1841.1753.56-
YUV169.59138.39114.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.18%
GREEN value IS 176 (69.14% from 255) = 34.24%
BLUE value IS 188 (73.83% from 255) = 36.58%
R=29.18%
G=34.24%
B=36.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1501761880.200.0600.26198.9522.0966.27
Hex96B0BC14601Ac71642
Octal22626027424603230726102
Binary1001011010110000101111001010011001101011000111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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