Shades of Botticelli #8FA8AC
Tints of Botticelli #8FA8AC
RGB
CMYK
RGB Variations
Color information
#8FA8AC (or 0x8FA8AC) is known color: Botticelli. HEX triplet: 8F, A8 and AC. RGB value is (143,168,172). Sum of RGB (Red+Green+Blue) = 143+168+172=483 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.61% from 483); Green value is 168 (66.02% from 255 or 34.78% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 172 - color contains mainly: blue. Hex color #8FA8AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA8AC is #705753. Grayscale: #A0A0A0. Windows color (decimal): -7362388 or 11315343. OLE color: 11315343.
HSL color Cylindrical-coordinate representation of color #8FA8AC: hue angle of 188.28º 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 #8FA8AC is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 168 | 172 | - |
| CMYK | 0.17 | 0.02 | 0 | 0.33 |
| HSL | 188.28º | 0.15% | 0.62% | - |
| HSV(B) | 188.28º | 0.17% | 0.67% | - |
| XYZ | 32.78 | 36.82 | 44.41 | - |
| YUV | 160.98 | 134.22 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 168 | 172 | 0.17 | 0.02 | 0 | 0.33 | 188.28 | 0.15 | 0.62 |
| Hex | 8F | A8 | AC | 11 | 2 | 0 | 21 | BC | F | 3E |
| Octal | 217 | 250 | 254 | 21 | 2 | 0 | 41 | 274 | 17 | 76 |
| Binary | 10001111 | 10101000 | 10101100 | 10001 | 10 | 0 | 100001 | 10111100 | 1111 | 111110 |
Color Harmonies of #8FA8AC
Complementary color
Monochromatic Colors of #8FA8AC
Black with #8FA8AC
Text Example
Text Example
White with #8FA8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA8AC; }
p { color: rgb(143,168,172); }
H1.HeaderClassName
{
color: #8FA8AC;
}
.AnyTagClassName
{
color: #8FA8AC;
}
</style>
background-color css
<style>
a { background-color: #8FA8AC; }
a { background-color: rgb(143,168,172); }
div.DivClassName
{
background-color: #8FA8AC;
}
.BgClassName
{
background-color: #8FA8AC;
}
</style>
border-color css
<style>
span { border-color: #8FA8AC; }
span { border-color: rgb(143,168,172); }
td.TdClassName
{
border-color: #8FA8AC;
}
.TagClassName
{
border-color: #8FA8AC;
}
</style>