Shades of Botticelli #8FAAB6
Tints of Botticelli #8FAAB6
RGB
CMYK
RGB Variations
Color information
#8FAAB6 (or 0x8FAAB6) is known color: Botticelli. HEX triplet: 8F, AA and B6. RGB value is (143,170,182). Sum of RGB (Red+Green+Blue) = 143+170+182=495 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.89% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 182 (71.48% from 255 or 36.77% from 495); Max value from RGB is 182 - color contains mainly: blue. Hex color #8FAAB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAAB6 is #705549. Grayscale: #A3A3A3. Windows color (decimal): -7361866 or 11971215. OLE color: 11971215.
HSL color Cylindrical-coordinate representation of color #8FAAB6: hue angle of 198.46º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8FAAB6 is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 170 | 182 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.29 |
| HSL | 198.46º | 0.21% | 0.64% | - |
| HSV(B) | 198.46º | 0.21% | 0.71% | - |
| XYZ | 34.15 | 37.97 | 49.78 | - |
| YUV | 163.3 | 138.55 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 170 | 182 | 0.21 | 0.07 | 0 | 0.29 | 198.46 | 0.21 | 0.64 |
| Hex | 8F | AA | B6 | 15 | 7 | 0 | 1D | C6 | 15 | 40 |
| Octal | 217 | 252 | 266 | 25 | 7 | 0 | 35 | 306 | 25 | 100 |
| Binary | 10001111 | 10101010 | 10110110 | 10101 | 111 | 0 | 11101 | 11000110 | 10101 | 1000000 |
Color Harmonies of #8FAAB6
Complementary color
Monochromatic Colors of #8FAAB6
Black with #8FAAB6
Text Example
Text Example
White with #8FAAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAAB6; }
p { color: rgb(143,170,182); }
H1.HeaderClassName
{
color: #8FAAB6;
}
.AnyTagClassName
{
color: #8FAAB6;
}
</style>
background-color css
<style>
a { background-color: #8FAAB6; }
a { background-color: rgb(143,170,182); }
div.DivClassName
{
background-color: #8FAAB6;
}
.BgClassName
{
background-color: #8FAAB6;
}
</style>
border-color css
<style>
span { border-color: #8FAAB6; }
span { border-color: rgb(143,170,182); }
td.TdClassName
{
border-color: #8FAAB6;
}
.TagClassName
{
border-color: #8FAAB6;
}
</style>