#8BA0B0

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

Shades of Bali Hai #8BA0B0

Tints of Bali Hai #8BA0B0

Color information

#8BA0B0 (or 0x8BA0B0) is unknown color: approx Bali Hai. HEX triplet: 8B, A0 and B0. RGB value is (139,160,176). Sum of RGB (Red+Green+Blue) = 139+160+176=475 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.26% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 176 (69.14% from 255 or 37.05% from 475); Max value from RGB is 176 - color contains mainly: blue. Hex color #8BA0B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA0B0 is #745F4F. Grayscale: #9B9B9B. Windows color (decimal): -7626576 or 11575435. OLE color: 11575435.

HSL color Cylindrical-coordinate representation of color #8BA0B0: hue angle of 205.95º degrees, saturation: 0.19, 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 #8BA0B0 is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB139160176-
CMYK0.210.0900.31
HSL205.95º18.97%61.76%-
HSV(B)205.95º21.02%69.02%-
XYZ31.0533.7745.95-
YUV155.54139.54116.2-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.26%
GREEN value IS 160 (62.89% from 255) = 33.68%
BLUE value IS 176 (69.14% from 255) = 37.05%
R=29.26%
G=33.68%
B=37.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1391601760.210.0900.31205.9518.9761.76
Hex8BA0B015901Fce133e
Octal21324026025110373162376
Binary1000101110100000101100001010110010111111100111010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA0B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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