Shades of Botticelli #8DBABC
Tints of Botticelli #8DBABC
RGB
CMYK
RGB Variations
Color information
#8DBABC (or 0x8DBABC) is known color: Botticelli. HEX triplet: 8D, BA and BC. RGB value is (141,186,188). Sum of RGB (Red+Green+Blue) = 141+186+188=515 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.38% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 188 - color contains mainly: blue. Hex color #8DBABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBABC is #724543. Grayscale: #ACACAC. Windows color (decimal): -7488836 or 12368525. OLE color: 12368525.
HSL color Cylindrical-coordinate representation of color #8DBABC: hue angle of 182.55º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8DBABC is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 186 | 188 | - |
| CMYK | 0.25 | 0.01 | 0 | 0.26 |
| HSL | 182.55º | 0.26% | 0.65% | - |
| HSV(B) | 182.55º | 0.25% | 0.74% | - |
| XYZ | 37.62 | 44.41 | 54.17 | - |
| YUV | 172.77 | 136.59 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 186 | 188 | 0.25 | 0.01 | 0 | 0.26 | 182.55 | 0.26 | 0.65 |
| Hex | 8D | BA | BC | 19 | 1 | 0 | 1A | B7 | 1A | 41 |
| Octal | 215 | 272 | 274 | 31 | 1 | 0 | 32 | 267 | 32 | 101 |
| Binary | 10001101 | 10111010 | 10111100 | 11001 | 1 | 0 | 11010 | 10110111 | 11010 | 1000001 |
Color Harmonies of #8DBABC
Complementary color
Monochromatic Colors of #8DBABC
Black with #8DBABC
Text Example
Text Example
White with #8DBABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBABC; }
p { color: rgb(141,186,188); }
H1.HeaderClassName
{
color: #8DBABC;
}
.AnyTagClassName
{
color: #8DBABC;
}
</style>
background-color css
<style>
a { background-color: #8DBABC; }
a { background-color: rgb(141,186,188); }
div.DivClassName
{
background-color: #8DBABC;
}
.BgClassName
{
background-color: #8DBABC;
}
</style>
border-color css
<style>
span { border-color: #8DBABC; }
span { border-color: rgb(141,186,188); }
td.TdClassName
{
border-color: #8DBABC;
}
.TagClassName
{
border-color: #8DBABC;
}
</style>