#9FB0BA

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

Shades of Nepal #9FB0BA

Tints of Nepal #9FB0BA

Color information

#9FB0BA (or 0x9FB0BA) is unknown color: approx Nepal. HEX triplet: 9F, B0 and BA. RGB value is (159,176,186). Sum of RGB (Red+Green+Blue) = 159+176+186=521 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.52% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 186 - color contains mainly: blue. Hex color #9FB0BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FB0BA is #604F45. Grayscale: #ACACAC. Windows color (decimal): -6311750 or 12234911. OLE color: 12234911.

HSL color Cylindrical-coordinate representation of color #9FB0BA: hue angle of 202.22º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FB0BA is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB159176186-
CMYK0.150.0500.27
HSL202.22º16.36%67.65%-
HSV(B)202.22º14.52%72.94%-
XYZ38.6941.9752.52-
YUV172.06135.87118.69-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.52%
GREEN value IS 176 (69.14% from 255) = 33.78%
BLUE value IS 186 (73.05% from 255) = 35.70%
R=30.52%
G=33.78%
B=35.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1591761860.150.0500.27202.2216.3667.65
Hex9FB0BAF501Bca1044
Octal23726027217503331220104
Binary100111111011000010111010111110101101111001010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FB0BA; }

 p { color: rgb(159,176,186); }

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

<style>
 a { background-color: #9FB0BA; }

 a { background-color: rgb(159,176,186); }

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

<style>
 span { border-color: #9FB0BA; }

 span { border-color: rgb(159,176,186); }

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