Shades of Botticelli #8DB0BA
Tints of Botticelli #8DB0BA
RGB
CMYK
RGB Variations
Color information
#8DB0BA (or 0x8DB0BA) is known color: Botticelli. HEX triplet: 8D, B0 and BA. RGB value is (141,176,186). Sum of RGB (Red+Green+Blue) = 141+176+186=503 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.03% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 186 - color contains mainly: blue. Hex color #8DB0BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DB0BA is #724F45. Grayscale: #A6A6A6. Windows color (decimal): -7491398 or 12234893. OLE color: 12234893.
HSL color Cylindrical-coordinate representation of color #8DB0BA: hue angle of 193.33º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8DB0BA is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 176 | 186 | - |
| CMYK | 0.24 | 0.05 | 0 | 0.27 |
| HSL | 193.33º | 0.25% | 0.64% | - |
| HSV(B) | 193.33º | 0.24% | 0.73% | - |
| XYZ | 35.37 | 40.26 | 52.36 | - |
| YUV | 166.68 | 138.9 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 176 | 186 | 0.24 | 0.05 | 0 | 0.27 | 193.33 | 0.25 | 0.64 |
| Hex | 8D | B0 | BA | 18 | 5 | 0 | 1B | C1 | 19 | 40 |
| Octal | 215 | 260 | 272 | 30 | 5 | 0 | 33 | 301 | 31 | 100 |
| Binary | 10001101 | 10110000 | 10111010 | 11000 | 101 | 0 | 11011 | 11000001 | 11001 | 1000000 |
Color Harmonies of #8DB0BA
Complementary color
Monochromatic Colors of #8DB0BA
Black with #8DB0BA
Text Example
Text Example
White with #8DB0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB0BA; }
p { color: rgb(141,176,186); }
H1.HeaderClassName
{
color: #8DB0BA;
}
.AnyTagClassName
{
color: #8DB0BA;
}
</style>
background-color css
<style>
a { background-color: #8DB0BA; }
a { background-color: rgb(141,176,186); }
div.DivClassName
{
background-color: #8DB0BA;
}
.BgClassName
{
background-color: #8DB0BA;
}
</style>
border-color css
<style>
span { border-color: #8DB0BA; }
span { border-color: rgb(141,176,186); }
td.TdClassName
{
border-color: #8DB0BA;
}
.TagClassName
{
border-color: #8DB0BA;
}
</style>