Shades of Botticelli #8DBABF
Tints of Botticelli #8DBABF
RGB
CMYK
RGB Variations
Color information
#8DBABF (or 0x8DBABF) is known color: Botticelli. HEX triplet: 8D, BA and BF. RGB value is (141,186,191). Sum of RGB (Red+Green+Blue) = 141+186+191=518 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.22% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 191 - color contains mainly: blue. Hex color #8DBABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBABF is #724540. Grayscale: #ADADAD. Windows color (decimal): -7488833 or 12565133. OLE color: 12565133.
HSL color Cylindrical-coordinate representation of color #8DBABF: hue angle of 186º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8DBABF is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 186 | 191 | - |
| CMYK | 0.26 | 0.03 | 0 | 0.25 |
| HSL | 186º | 0.28% | 0.65% | - |
| HSV(B) | 186º | 0.26% | 0.75% | - |
| XYZ | 37.95 | 44.54 | 55.89 | - |
| YUV | 173.12 | 138.09 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 186 | 191 | 0.26 | 0.03 | 0 | 0.25 | 186 | 0.28 | 0.65 |
| Hex | 8D | BA | BF | 1A | 3 | 0 | 19 | BA | 1C | 41 |
| Octal | 215 | 272 | 277 | 32 | 3 | 0 | 31 | 272 | 34 | 101 |
| Binary | 10001101 | 10111010 | 10111111 | 11010 | 11 | 0 | 11001 | 10111010 | 11100 | 1000001 |
Color Harmonies of #8DBABF
Complementary color
Monochromatic Colors of #8DBABF
Black with #8DBABF
Text Example
Text Example
White with #8DBABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBABF; }
p { color: rgb(141,186,191); }
H1.HeaderClassName
{
color: #8DBABF;
}
.AnyTagClassName
{
color: #8DBABF;
}
</style>
background-color css
<style>
a { background-color: #8DBABF; }
a { background-color: rgb(141,186,191); }
div.DivClassName
{
background-color: #8DBABF;
}
.BgClassName
{
background-color: #8DBABF;
}
</style>
border-color css
<style>
span { border-color: #8DBABF; }
span { border-color: rgb(141,186,191); }
td.TdClassName
{
border-color: #8DBABF;
}
.TagClassName
{
border-color: #8DBABF;
}
</style>