Shades of Botticelli #8DB6BC
Tints of Botticelli #8DB6BC
RGB
CMYK
RGB Variations
Color information
#8DB6BC (or 0x8DB6BC) is known color: Botticelli. HEX triplet: 8D, B6 and BC. RGB value is (141,182,188). Sum of RGB (Red+Green+Blue) = 141+182+188=511 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.59% from 511); Green value is 182 (71.48% from 255 or 35.62% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 188 - color contains mainly: blue. Hex color #8DB6BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB6BC is #724943. Grayscale: #AAAAAA. Windows color (decimal): -7489860 or 12367501. OLE color: 12367501.
HSL color Cylindrical-coordinate representation of color #8DB6BC: hue angle of 187.66º 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 #8DB6BC is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 182 | 188 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.26 |
| HSL | 187.66º | 0.26% | 0.65% | - |
| HSV(B) | 187.66º | 0.25% | 0.74% | - |
| XYZ | 36.79 | 42.75 | 53.89 | - |
| YUV | 170.43 | 137.92 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 182 | 188 | 0.25 | 0.03 | 0 | 0.26 | 187.66 | 0.26 | 0.65 |
| Hex | 8D | B6 | BC | 19 | 3 | 0 | 1A | BC | 1A | 41 |
| Octal | 215 | 266 | 274 | 31 | 3 | 0 | 32 | 274 | 32 | 101 |
| Binary | 10001101 | 10110110 | 10111100 | 11001 | 11 | 0 | 11010 | 10111100 | 11010 | 1000001 |
Color Harmonies of #8DB6BC
Complementary color
Monochromatic Colors of #8DB6BC
Black with #8DB6BC
Text Example
Text Example
White with #8DB6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB6BC; }
p { color: rgb(141,182,188); }
H1.HeaderClassName
{
color: #8DB6BC;
}
.AnyTagClassName
{
color: #8DB6BC;
}
</style>
background-color css
<style>
a { background-color: #8DB6BC; }
a { background-color: rgb(141,182,188); }
div.DivClassName
{
background-color: #8DB6BC;
}
.BgClassName
{
background-color: #8DB6BC;
}
</style>
border-color css
<style>
span { border-color: #8DB6BC; }
span { border-color: rgb(141,182,188); }
td.TdClassName
{
border-color: #8DB6BC;
}
.TagClassName
{
border-color: #8DB6BC;
}
</style>