Shades of Botticelli #8FAAAD
Tints of Botticelli #8FAAAD
RGB
CMYK
RGB Variations
Color information
#8FAAAD (or 0x8FAAAD) is known color: Botticelli. HEX triplet: 8F, AA and AD. RGB value is (143,170,173). Sum of RGB (Red+Green+Blue) = 143+170+173=486 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.42% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 173 - color contains mainly: blue. Hex color #8FAAAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAAAD is #705552. Grayscale: #A2A2A2. Windows color (decimal): -7361875 or 11381391. OLE color: 11381391.
HSL color Cylindrical-coordinate representation of color #8FAAAD: hue angle of 186º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8FAAAD is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 170 | 173 | - |
| CMYK | 0.17 | 0.02 | 0 | 0.32 |
| HSL | 186º | 0.15% | 0.62% | - |
| HSV(B) | 186º | 0.17% | 0.68% | - |
| XYZ | 33.25 | 37.61 | 45.04 | - |
| YUV | 162.27 | 134.05 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 170 | 173 | 0.17 | 0.02 | 0 | 0.32 | 186 | 0.15 | 0.62 |
| Hex | 8F | AA | AD | 11 | 2 | 0 | 20 | BA | F | 3E |
| Octal | 217 | 252 | 255 | 21 | 2 | 0 | 40 | 272 | 17 | 76 |
| Binary | 10001111 | 10101010 | 10101101 | 10001 | 10 | 0 | 100000 | 10111010 | 1111 | 111110 |
Color Harmonies of #8FAAAD
Complementary color
Monochromatic Colors of #8FAAAD
Black with #8FAAAD
Text Example
Text Example
White with #8FAAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAAAD; }
p { color: rgb(143,170,173); }
H1.HeaderClassName
{
color: #8FAAAD;
}
.AnyTagClassName
{
color: #8FAAAD;
}
</style>
background-color css
<style>
a { background-color: #8FAAAD; }
a { background-color: rgb(143,170,173); }
div.DivClassName
{
background-color: #8FAAAD;
}
.BgClassName
{
background-color: #8FAAAD;
}
</style>
border-color css
<style>
span { border-color: #8FAAAD; }
span { border-color: rgb(143,170,173); }
td.TdClassName
{
border-color: #8FAAAD;
}
.TagClassName
{
border-color: #8FAAAD;
}
</style>