#8FA2AB

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

Shades of Bali Hai #8FA2AB

Tints of Bali Hai #8FA2AB

Color information

#8FA2AB (or 0x8FA2AB) is unknown color: approx Bali Hai. HEX triplet: 8F, A2 and AB. RGB value is (143,162,171). Sum of RGB (Red+Green+Blue) = 143+162+171=476 (63% of max value = 765). Red value is 143 (56.25% from 255 or 30.04% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 171 - color contains mainly: blue. Hex color #8FA2AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA2AB is #705D54. Grayscale: #9D9D9D. Windows color (decimal): -7363925 or 11248271. OLE color: 11248271.

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

Color convert

RGB143162171-
CMYK0.160.0500.33
HSL199.29º14.29%61.57%-
HSV(B)199.29º16.37%67.06%-
XYZ31.634.6243.55-
YUV157.34135.71117.77-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.04%
GREEN value IS 162 (63.67% from 255) = 34.03%
BLUE value IS 171 (67.19% from 255) = 35.92%
R=30.04%
G=34.03%
B=35.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1431621710.160.0500.33199.2914.2961.57
Hex8FA2AB105021c7e3e
Octal2172422532050413071676
Binary100011111010001010101011100001010100001110001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,162,171); }

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

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

 a { background-color: rgb(143,162,171); }

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

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

 span { border-color: rgb(143,162,171); }

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