Shades of Botticelli #8FBABC
Tints of Botticelli #8FBABC
RGB
CMYK
RGB Variations
Color information
#8FBABC (or 0x8FBABC) is known color: Botticelli. HEX triplet: 8F, BA and BC. RGB value is (143,186,188). Sum of RGB (Red+Green+Blue) = 143+186+188=517 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.66% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 188 - color contains mainly: blue. Hex color #8FBABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBABC is #704543. Grayscale: #ADADAD. Windows color (decimal): -7357764 or 12368527. OLE color: 12368527.
HSL color Cylindrical-coordinate representation of color #8FBABC: hue angle of 182.67º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8FBABC is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 186 | 188 | - |
| CMYK | 0.24 | 0.01 | 0 | 0.26 |
| HSL | 182.67º | 0.25% | 0.65% | - |
| HSV(B) | 182.67º | 0.24% | 0.74% | - |
| XYZ | 37.96 | 44.59 | 54.18 | - |
| YUV | 173.37 | 136.25 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 186 | 188 | 0.24 | 0.01 | 0 | 0.26 | 182.67 | 0.25 | 0.65 |
| Hex | 8F | BA | BC | 18 | 1 | 0 | 1A | B7 | 19 | 41 |
| Octal | 217 | 272 | 274 | 30 | 1 | 0 | 32 | 267 | 31 | 101 |
| Binary | 10001111 | 10111010 | 10111100 | 11000 | 1 | 0 | 11010 | 10110111 | 11001 | 1000001 |
Color Harmonies of #8FBABC
Complementary color
Monochromatic Colors of #8FBABC
Black with #8FBABC
Text Example
Text Example
White with #8FBABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBABC; }
p { color: rgb(143,186,188); }
H1.HeaderClassName
{
color: #8FBABC;
}
.AnyTagClassName
{
color: #8FBABC;
}
</style>
background-color css
<style>
a { background-color: #8FBABC; }
a { background-color: rgb(143,186,188); }
div.DivClassName
{
background-color: #8FBABC;
}
.BgClassName
{
background-color: #8FBABC;
}
</style>
border-color css
<style>
span { border-color: #8FBABC; }
span { border-color: rgb(143,186,188); }
td.TdClassName
{
border-color: #8FBABC;
}
.TagClassName
{
border-color: #8FBABC;
}
</style>