Shades of Botticelli #8DB6BE
Tints of Botticelli #8DB6BE
RGB
CMYK
RGB Variations
Color information
#8DB6BE (or 0x8DB6BE) is known color: Botticelli. HEX triplet: 8D, B6 and BE. RGB value is (141,182,190). Sum of RGB (Red+Green+Blue) = 141+182+190=513 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.49% from 513); Green value is 182 (71.48% from 255 or 35.48% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 190 - color contains mainly: blue. Hex color #8DB6BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB6BE is #724941. Grayscale: #AAAAAA. Windows color (decimal): -7489858 or 12498573. OLE color: 12498573.
HSL color Cylindrical-coordinate representation of color #8DB6BE: hue angle of 189.8º degrees, saturation: 0.27, 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 #8DB6BE is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 182 | 190 | - |
| CMYK | 0.26 | 0.04 | 0 | 0.25 |
| HSL | 189.8º | 0.27% | 0.65% | - |
| HSV(B) | 189.8º | 0.26% | 0.75% | - |
| XYZ | 37.01 | 42.84 | 55.03 | - |
| YUV | 170.65 | 138.92 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 182 | 190 | 0.26 | 0.04 | 0 | 0.25 | 189.8 | 0.27 | 0.65 |
| Hex | 8D | B6 | BE | 1A | 4 | 0 | 19 | BE | 1B | 41 |
| Octal | 215 | 266 | 276 | 32 | 4 | 0 | 31 | 276 | 33 | 101 |
| Binary | 10001101 | 10110110 | 10111110 | 11010 | 100 | 0 | 11001 | 10111110 | 11011 | 1000001 |
Color Harmonies of #8DB6BE
Complementary color
Monochromatic Colors of #8DB6BE
Black with #8DB6BE
Text Example
Text Example
White with #8DB6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB6BE; }
p { color: rgb(141,182,190); }
H1.HeaderClassName
{
color: #8DB6BE;
}
.AnyTagClassName
{
color: #8DB6BE;
}
</style>
background-color css
<style>
a { background-color: #8DB6BE; }
a { background-color: rgb(141,182,190); }
div.DivClassName
{
background-color: #8DB6BE;
}
.BgClassName
{
background-color: #8DB6BE;
}
</style>
border-color css
<style>
span { border-color: #8DB6BE; }
span { border-color: rgb(141,182,190); }
td.TdClassName
{
border-color: #8DB6BE;
}
.TagClassName
{
border-color: #8DB6BE;
}
</style>