#96AFBD

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

Shades of Nepal #96AFBD

Tints of Nepal #96AFBD

Color information

#96AFBD (or 0x96AFBD) is unknown color: approx Nepal. HEX triplet: 96, AF and BD. RGB value is (150,175,189). Sum of RGB (Red+Green+Blue) = 150+175+189=514 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.18% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 189 - color contains mainly: blue. Hex color #96AFBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AFBD is #695042. Grayscale: #A9A9A9. Windows color (decimal): -6901827 or 12431254. OLE color: 12431254.

HSL color Cylindrical-coordinate representation of color #96AFBD: hue angle of 201.54º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96AFBD is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB150175189-
CMYK0.210.0700.26
HSL201.54º22.81%66.47%-
HSV(B)201.54º20.63%74.12%-
XYZ37.0940.8254.07-
YUV169.12139.22114.36-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.18%
GREEN value IS 175 (68.75% from 255) = 34.05%
BLUE value IS 189 (74.22% from 255) = 36.77%
R=29.18%
G=34.05%
B=36.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1501751890.210.0700.26201.5422.8166.47
Hex96AFBD15701Aca1742
Octal22625727525703231227102
Binary1001011010101111101111011010111101101011001010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,175,189); }

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

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

 a { background-color: rgb(150,175,189); }

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

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

 span { border-color: rgb(150,175,189); }

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