Shades of Botticelli #8DB7BC
Tints of Botticelli #8DB7BC
RGB
CMYK
RGB Variations
Color information
#8DB7BC (or 0x8DB7BC) is known color: Botticelli. HEX triplet: 8D, B7 and BC. RGB value is (141,183,188). Sum of RGB (Red+Green+Blue) = 141+183+188=512 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.54% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 188 - color contains mainly: blue. Hex color #8DB7BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB7BC is #724843. Grayscale: #AAAAAA. Windows color (decimal): -7489604 or 12367757. OLE color: 12367757.
HSL color Cylindrical-coordinate representation of color #8DB7BC: hue angle of 186.38º 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 #8DB7BC is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 183 | 188 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.26 |
| HSL | 186.38º | 0.26% | 0.65% | - |
| HSV(B) | 186.38º | 0.25% | 0.74% | - |
| XYZ | 37 | 43.16 | 53.96 | - |
| YUV | 171.01 | 137.59 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 183 | 188 | 0.25 | 0.03 | 0 | 0.26 | 186.38 | 0.26 | 0.65 |
| Hex | 8D | B7 | BC | 19 | 3 | 0 | 1A | BA | 1A | 41 |
| Octal | 215 | 267 | 274 | 31 | 3 | 0 | 32 | 272 | 32 | 101 |
| Binary | 10001101 | 10110111 | 10111100 | 11001 | 11 | 0 | 11010 | 10111010 | 11010 | 1000001 |
Color Harmonies of #8DB7BC
Complementary color
Monochromatic Colors of #8DB7BC
Black with #8DB7BC
Text Example
Text Example
White with #8DB7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB7BC; }
p { color: rgb(141,183,188); }
H1.HeaderClassName
{
color: #8DB7BC;
}
.AnyTagClassName
{
color: #8DB7BC;
}
</style>
background-color css
<style>
a { background-color: #8DB7BC; }
a { background-color: rgb(141,183,188); }
div.DivClassName
{
background-color: #8DB7BC;
}
.BgClassName
{
background-color: #8DB7BC;
}
</style>
border-color css
<style>
span { border-color: #8DB7BC; }
span { border-color: rgb(141,183,188); }
td.TdClassName
{
border-color: #8DB7BC;
}
.TagClassName
{
border-color: #8DB7BC;
}
</style>