Shades of Botticelli #8FBAC6
Tints of Botticelli #8FBAC6
RGB
CMYK
RGB Variations
Color information
#8FBAC6 (or 0x8FBAC6) is known color: Botticelli. HEX triplet: 8F, BA and C6. RGB value is (143,186,198). Sum of RGB (Red+Green+Blue) = 143+186+198=527 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.13% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 198 (77.73% from 255 or 37.57% from 527); Max value from RGB is 198 - color contains mainly: blue. Hex color #8FBAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBAC6 is #704539. Grayscale: #AEAEAE. Windows color (decimal): -7357754 or 13023887. OLE color: 13023887.
HSL color Cylindrical-coordinate representation of color #8FBAC6: hue angle of 193.09º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8FBAC6 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 186 | 198 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.22 |
| HSL | 193.09º | 0.33% | 0.67% | - |
| HSV(B) | 193.09º | 0.28% | 0.78% | - |
| XYZ | 39.08 | 45.03 | 60.06 | - |
| YUV | 174.51 | 141.25 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 186 | 198 | 0.28 | 0.06 | 0 | 0.22 | 193.09 | 0.33 | 0.67 |
| Hex | 8F | BA | C6 | 1C | 6 | 0 | 16 | C1 | 21 | 43 |
| Octal | 217 | 272 | 306 | 34 | 6 | 0 | 26 | 301 | 41 | 103 |
| Binary | 10001111 | 10111010 | 11000110 | 11100 | 110 | 0 | 10110 | 11000001 | 100001 | 1000011 |
Color Harmonies of #8FBAC6
Complementary color
Monochromatic Colors of #8FBAC6
Black with #8FBAC6
Text Example
Text Example
White with #8FBAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBAC6; }
p { color: rgb(143,186,198); }
H1.HeaderClassName
{
color: #8FBAC6;
}
.AnyTagClassName
{
color: #8FBAC6;
}
</style>
background-color css
<style>
a { background-color: #8FBAC6; }
a { background-color: rgb(143,186,198); }
div.DivClassName
{
background-color: #8FBAC6;
}
.BgClassName
{
background-color: #8FBAC6;
}
</style>
border-color css
<style>
span { border-color: #8FBAC6; }
span { border-color: rgb(143,186,198); }
td.TdClassName
{
border-color: #8FBAC6;
}
.TagClassName
{
border-color: #8FBAC6;
}
</style>