#96AFBA

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

Shades of Nepal #96AFBA

Tints of Nepal #96AFBA

Color information

#96AFBA (or 0x96AFBA) is unknown color: approx Nepal. HEX triplet: 96, AF and BA. RGB value is (150,175,186). Sum of RGB (Red+Green+Blue) = 150+175+186=511 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.35% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 186 - color contains mainly: blue. Hex color #96AFBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AFBA is #695045. Grayscale: #A8A8A8. Windows color (decimal): -6901830 or 12234646. OLE color: 12234646.

HSL color Cylindrical-coordinate representation of color #96AFBA: hue angle of 198.33º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #96AFBA is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB150175186-
CMYK0.190.0600.27
HSL198.33º20.69%65.88%-
HSV(B)198.33º19.35%72.94%-
XYZ36.7740.6952.37-
YUV168.78137.72114.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.35%
GREEN value IS 175 (68.75% from 255) = 34.25%
BLUE value IS 186 (73.05% from 255) = 36.40%
R=29.35%
G=34.25%
B=36.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501751860.190.0600.27198.3320.6965.88
Hex96AFBA13601Bc61542
Octal22625727223603330625102
Binary1001011010101111101110101001111001101111000110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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