Shades of Bali Hai #8CA0AB
Tints of Bali Hai #8CA0AB
RGB
CMYK
RGB Variations
Color information
#8CA0AB (or 0x8CA0AB) is known color: Bali Hai. HEX triplet: 8C, A0 and AB. RGB value is (140,160,171). Sum of RGB (Red+Green+Blue) = 140+160+171=471 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.72% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 171 - color contains mainly: blue. Hex color #8CA0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA0AB is #735F54. Grayscale: #9B9B9B. Windows color (decimal): -7561045 or 11247756. OLE color: 11247756.
HSL color Cylindrical-coordinate representation of color #8CA0AB: hue angle of 201.29º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8CA0AB is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 160 | 171 | - |
| CMYK | 0.18 | 0.06 | 0 | 0.33 |
| HSL | 201.29º | 0.16% | 0.61% | - |
| HSV(B) | 201.29º | 0.18% | 0.67% | - |
| XYZ | 30.74 | 33.66 | 43.4 | - |
| YUV | 155.27 | 136.87 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 160 | 171 | 0.18 | 0.06 | 0 | 0.33 | 201.29 | 0.16 | 0.61 |
| Hex | 8C | A0 | AB | 12 | 6 | 0 | 21 | C9 | 10 | 3D |
| Octal | 214 | 240 | 253 | 22 | 6 | 0 | 41 | 311 | 20 | 75 |
| Binary | 10001100 | 10100000 | 10101011 | 10010 | 110 | 0 | 100001 | 11001001 | 10000 | 111101 |
Color Harmonies of #8CA0AB
Complementary color
Monochromatic Colors of #8CA0AB
Black with #8CA0AB
Text Example
Text Example
White with #8CA0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA0AB; }
p { color: rgb(140,160,171); }
H1.HeaderClassName
{
color: #8CA0AB;
}
.AnyTagClassName
{
color: #8CA0AB;
}
</style>
background-color css
<style>
a { background-color: #8CA0AB; }
a { background-color: rgb(140,160,171); }
div.DivClassName
{
background-color: #8CA0AB;
}
.BgClassName
{
background-color: #8CA0AB;
}
</style>
border-color css
<style>
span { border-color: #8CA0AB; }
span { border-color: rgb(140,160,171); }
td.TdClassName
{
border-color: #8CA0AB;
}
.TagClassName
{
border-color: #8CA0AB;
}
</style>