#9BAFBE

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

Shades of Nepal #9BAFBE

Tints of Nepal #9BAFBE

Color information

#9BAFBE (or 0x9BAFBE) is unknown color: approx Nepal. HEX triplet: 9B, AF and BE. RGB value is (155,175,190). Sum of RGB (Red+Green+Blue) = 155+175+190=520 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.81% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 190 - color contains mainly: blue. Hex color #9BAFBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAFBE is #645041. Grayscale: #AAAAAA. Windows color (decimal): -6574146 or 12496795. OLE color: 12496795.

HSL color Cylindrical-coordinate representation of color #9BAFBE: hue angle of 205.71º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9BAFBE is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB155175190-
CMYK0.180.0800.25
HSL205.71º21.21%67.65%-
HSV(B)205.71º18.42%74.51%-
XYZ38.1441.3554.69-
YUV170.73138.87116.78-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.81%
GREEN value IS 175 (68.75% from 255) = 33.65%
BLUE value IS 190 (74.61% from 255) = 36.54%
R=29.81%
G=33.65%
B=36.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551751900.180.0800.25205.7121.2167.65
Hex9BAFBE128019ce1544
Octal233257276221003131625104
Binary10011011101011111011111010010100001100111001110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,175,190); }

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

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

 a { background-color: rgb(155,175,190); }

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

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

 span { border-color: rgb(155,175,190); }

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