#8BA2B0

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

Shades of Bali Hai #8BA2B0

Tints of Bali Hai #8BA2B0

Color information

#8BA2B0 (or 0x8BA2B0) is unknown color: approx Bali Hai. HEX triplet: 8B, A2 and B0. RGB value is (139,162,176). Sum of RGB (Red+Green+Blue) = 139+162+176=477 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.14% from 477); Green value is 162 (63.67% from 255 or 33.96% from 477); Blue value is 176 (69.14% from 255 or 36.90% from 477); Max value from RGB is 176 - color contains mainly: blue. Hex color #8BA2B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA2B0 is #745D4F. Grayscale: #9C9C9C. Windows color (decimal): -7626064 or 11575947. OLE color: 11575947.

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

Color convert

RGB139162176-
CMYK0.210.0800.31
HSL202.7º18.97%61.76%-
HSV(B)202.7º21.02%69.02%-
XYZ31.434.4646.07-
YUV156.72138.88115.36-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.14%
GREEN value IS 162 (63.67% from 255) = 33.96%
BLUE value IS 176 (69.14% from 255) = 36.90%
R=29.14%
G=33.96%
B=36.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1391621760.210.0800.31202.718.9761.76
Hex8BA2B015801Fcb133e
Octal21324226025100373132376
Binary1000101110100010101100001010110000111111100101110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA2B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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