#8FA0AC

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

Shades of Bali Hai #8FA0AC

Tints of Bali Hai #8FA0AC

Color information

#8FA0AC (or 0x8FA0AC) is unknown color: approx Bali Hai. HEX triplet: 8F, A0 and AC. RGB value is (143,160,172). Sum of RGB (Red+Green+Blue) = 143+160+172=475 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.11% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 172 - color contains mainly: blue. Hex color #8FA0AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA0AC is #705F53. Grayscale: #9C9C9C. Windows color (decimal): -7364436 or 11313295. OLE color: 11313295.

HSL color Cylindrical-coordinate representation of color #8FA0AC: hue angle of 204.83º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8FA0AC is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB143160172-
CMYK0.170.0700.33
HSL204.83º14.87%61.76%-
HSV(B)204.83º16.86%67.45%-
XYZ31.3433.9643.93-
YUV156.28136.87118.52-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.11%
GREEN value IS 160 (62.89% from 255) = 33.68%
BLUE value IS 172 (67.58% from 255) = 36.21%
R=30.11%
G=33.68%
B=36.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1431601720.170.0700.33204.8314.8761.76
Hex8FA0AC117021cdf3e
Octal2172402542170413151776
Binary100011111010000010101100100011110100001110011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,160,172); }

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

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

 a { background-color: rgb(143,160,172); }

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

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

 span { border-color: rgb(143,160,172); }

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