#9BAFBF

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

Shades of Nepal #9BAFBF

Tints of Nepal #9BAFBF

Color information

#9BAFBF (or 0x9BAFBF) is unknown color: approx Nepal. HEX triplet: 9B, AF and BF. RGB value is (155,175,191). Sum of RGB (Red+Green+Blue) = 155+175+191=521 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.75% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 191 - color contains mainly: blue. Hex color #9BAFBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAFBF is #645040. Grayscale: #AAAAAA. Windows color (decimal): -6574145 or 12562331. OLE color: 12562331.

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

Color convert

RGB155175191-
CMYK0.190.0800.25
HSL206.67º21.95%67.84%-
HSV(B)206.67º18.85%74.9%-
XYZ38.2541.3955.26-
YUV170.84139.37116.7-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.75%
GREEN value IS 175 (68.75% from 255) = 33.59%
BLUE value IS 191 (75% from 255) = 36.66%
R=29.75%
G=33.59%
B=36.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551751910.190.0800.25206.6721.9567.84
Hex9BAFBF138019cf1644
Octal233257277231003131726104
Binary10011011101011111011111110011100001100111001111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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