#96B1BE

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

Shades of Nepal #96B1BE

Tints of Nepal #96B1BE

Color information

#96B1BE (or 0x96B1BE) is unknown color: approx Nepal. HEX triplet: 96, B1 and BE. RGB value is (150,177,190). Sum of RGB (Red+Green+Blue) = 150+177+190=517 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.01% from 517); Green value is 177 (69.53% from 255 or 34.24% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 190 - color contains mainly: blue. Hex color #96B1BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96B1BE is #694E41. Grayscale: #AAAAAA. Windows color (decimal): -6901314 or 12497302. OLE color: 12497302.

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

Color convert

RGB150177190-
CMYK0.210.0700.25
HSL199.5º23.53%66.67%-
HSV(B)199.5º21.05%74.51%-
XYZ37.5941.6554.77-
YUV170.41139.05113.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.01%
GREEN value IS 177 (69.53% from 255) = 34.24%
BLUE value IS 190 (74.61% from 255) = 36.75%
R=29.01%
G=34.24%
B=36.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501771900.210.0700.25199.523.5366.67
Hex96B1BE157019c81843
Octal22626127625703131030103
Binary1001011010110001101111101010111101100111001000110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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