#8BAAB9

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

Shades of Nepal #8BAAB9

Tints of Nepal #8BAAB9

Color information

#8BAAB9 (or 0x8BAAB9) is unknown color: approx Nepal. HEX triplet: 8B, AA and B9. RGB value is (139,170,185). Sum of RGB (Red+Green+Blue) = 139+170+185=494 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.14% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 185 (72.66% from 255 or 37.45% from 494); Max value from RGB is 185 - color contains mainly: blue. Hex color #8BAAB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAAB9 is #745546. Grayscale: #A2A2A2. Windows color (decimal): -7624007 or 12167819. OLE color: 12167819.

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

Color convert

RGB139170185-
CMYK0.250.0800.27
HSL199.57º24.73%63.53%-
HSV(B)199.57º24.86%72.55%-
XYZ33.7837.7451.4-
YUV162.44140.73111.28-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.14%
GREEN value IS 170 (66.80% from 255) = 34.41%
BLUE value IS 185 (72.66% from 255) = 37.45%
R=28.14%
G=34.41%
B=37.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1391701850.250.0800.27199.5724.7363.53
Hex8BAAB919801Bc81940
Octal213252271311003331031100
Binary10001011101010101011100111001100001101111001000110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,170,185); }

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

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

 a { background-color: rgb(139,170,185); }

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

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

 span { border-color: rgb(139,170,185); }

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