#96ADBF

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

Shades of Nepal #96ADBF

Tints of Nepal #96ADBF

Color information

#96ADBF (or 0x96ADBF) is unknown color: approx Nepal. HEX triplet: 96, AD and BF. RGB value is (150,173,191). Sum of RGB (Red+Green+Blue) = 150+173+191=514 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.18% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 191 (75% from 255 or 37.16% from 514); Max value from RGB is 191 - color contains mainly: blue. Hex color #96ADBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ADBF is #695240. Grayscale: #A8A8A8. Windows color (decimal): -6902337 or 12561814. OLE color: 12561814.

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

Color convert

RGB150173191-
CMYK0.210.0900.25
HSL206.34º24.26%66.86%-
HSV(B)206.34º21.47%74.9%-
XYZ36.9340.1355.09-
YUV168.18140.88115.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.18%
GREEN value IS 173 (67.97% from 255) = 33.66%
BLUE value IS 191 (75% from 255) = 37.16%
R=29.18%
G=33.66%
B=37.16%

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
Decimal1501731910.210.0900.25206.3424.2666.86
Hex96ADBF159019ce1843
Octal226255277251103131630103
Binary10010110101011011011111110101100101100111001110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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