Shades of Botticelli #8FBAC8
Tints of Botticelli #8FBAC8
RGB
CMYK
RGB Variations
Color information
#8FBAC8 (or 0x8FBAC8) is known color: Botticelli. HEX triplet: 8F, BA and C8. RGB value is (143,186,200). Sum of RGB (Red+Green+Blue) = 143+186+200=529 (70% of max value = 765). Red value is 143 (56.25% from 255 or 27.03% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 200 (78.52% from 255 or 37.81% from 529); Max value from RGB is 200 - color contains mainly: blue. Hex color #8FBAC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBAC8 is #704537. Grayscale: #AEAEAE. Windows color (decimal): -7357752 or 13154959. OLE color: 13154959.
HSL color Cylindrical-coordinate representation of color #8FBAC8: hue angle of 194.74º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FBAC8 is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 186 | 200 | - |
| CMYK | 0.28 | 0.07 | 0 | 0.22 |
| HSL | 194.74º | 0.34% | 0.67% | - |
| HSV(B) | 194.74º | 0.29% | 0.78% | - |
| XYZ | 39.31 | 45.13 | 61.28 | - |
| YUV | 174.74 | 142.25 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 186 | 200 | 0.28 | 0.07 | 0 | 0.22 | 194.74 | 0.34 | 0.67 |
| Hex | 8F | BA | C8 | 1C | 7 | 0 | 16 | C3 | 22 | 43 |
| Octal | 217 | 272 | 310 | 34 | 7 | 0 | 26 | 303 | 42 | 103 |
| Binary | 10001111 | 10111010 | 11001000 | 11100 | 111 | 0 | 10110 | 11000011 | 100010 | 1000011 |
Color Harmonies of #8FBAC8
Complementary color
Monochromatic Colors of #8FBAC8
Black with #8FBAC8
Text Example
Text Example
White with #8FBAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBAC8; }
p { color: rgb(143,186,200); }
H1.HeaderClassName
{
color: #8FBAC8;
}
.AnyTagClassName
{
color: #8FBAC8;
}
</style>
background-color css
<style>
a { background-color: #8FBAC8; }
a { background-color: rgb(143,186,200); }
div.DivClassName
{
background-color: #8FBAC8;
}
.BgClassName
{
background-color: #8FBAC8;
}
</style>
border-color css
<style>
span { border-color: #8FBAC8; }
span { border-color: rgb(143,186,200); }
td.TdClassName
{
border-color: #8FBAC8;
}
.TagClassName
{
border-color: #8FBAC8;
}
</style>