#8BAFBF

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

Shades of Nepal #8BAFBF

Tints of Nepal #8BAFBF

Color information

#8BAFBF (or 0x8BAFBF) is unknown color: approx Nepal. HEX triplet: 8B, AF and BF. RGB value is (139,175,191). Sum of RGB (Red+Green+Blue) = 139+175+191=505 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.52% from 505); Green value is 175 (68.75% from 255 or 34.65% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 191 - color contains mainly: blue. Hex color #8BAFBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAFBF is #745040. Grayscale: #A5A5A5. Windows color (decimal): -7622721 or 12562315. OLE color: 12562315.

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

Color convert

RGB139175191-
CMYK0.270.0800.25
HSL198.46º28.89%64.71%-
HSV(B)198.46º27.23%74.9%-
XYZ35.3839.9155.13-
YUV166.06142.07108.7-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.52%
GREEN value IS 175 (68.75% from 255) = 34.65%
BLUE value IS 191 (75% from 255) = 37.82%
R=27.52%
G=34.65%
B=37.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391751910.270.0800.25198.4628.8964.71
Hex8BAFBF1B8019c61d41
Octal213257277331003130635101
Binary10001011101011111011111111011100001100111000110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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