#8BA0B1

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

Shades of Bali Hai #8BA0B1

Tints of Bali Hai #8BA0B1

Color information

#8BA0B1 (or 0x8BA0B1) is unknown color: approx Bali Hai. HEX triplet: 8B, A0 and B1. RGB value is (139,160,177). Sum of RGB (Red+Green+Blue) = 139+160+177=476 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.20% from 476); Green value is 160 (62.89% from 255 or 33.61% from 476); Blue value is 177 (69.53% from 255 or 37.18% from 476); Max value from RGB is 177 - color contains mainly: blue. Hex color #8BA0B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA0B1 is #745F4E. Grayscale: #9B9B9B. Windows color (decimal): -7626575 or 11640971. OLE color: 11640971.

HSL color Cylindrical-coordinate representation of color #8BA0B1: hue angle of 206.84º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8BA0B1 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB139160177-
CMYK0.210.1000.31
HSL206.84º19.59%61.96%-
HSV(B)206.84º21.47%69.41%-
XYZ31.1533.846.48-
YUV155.66140.04116.12-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.20%
GREEN value IS 160 (62.89% from 255) = 33.61%
BLUE value IS 177 (69.53% from 255) = 37.18%
R=29.20%
G=33.61%
B=37.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1391601770.210.1000.31206.8419.5961.96
Hex8BA0B115A01Fcf143e
Octal21324026125120373172476
Binary1000101110100000101100011010110100111111100111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,160,177); }

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

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

 a { background-color: rgb(139,160,177); }

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

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

 span { border-color: rgb(139,160,177); }

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