Shades of Botticelli #8DBEC0
Tints of Botticelli #8DBEC0
RGB
CMYK
RGB Variations
Color information
#8DBEC0 (or 0x8DBEC0) is known color: Botticelli. HEX triplet: 8D, BE and C0. RGB value is (141,190,192). Sum of RGB (Red+Green+Blue) = 141+190+192=523 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.96% from 523); Green value is 190 (74.61% from 255 or 36.33% from 523); Blue value is 192 (75.39% from 255 or 36.71% from 523); Max value from RGB is 192 - color contains mainly: blue. Hex color #8DBEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBEC0 is #72413F. Grayscale: #AFAFAF. Windows color (decimal): -7487808 or 12631693. OLE color: 12631693.
HSL color Cylindrical-coordinate representation of color #8DBEC0: hue angle of 182.35º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8DBEC0 is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 190 | 192 | - |
| CMYK | 0.27 | 0.01 | 0 | 0.25 |
| HSL | 182.35º | 0.29% | 0.65% | - |
| HSV(B) | 182.35º | 0.27% | 0.75% | - |
| XYZ | 38.91 | 46.3 | 56.75 | - |
| YUV | 175.58 | 137.27 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 190 | 192 | 0.27 | 0.01 | 0 | 0.25 | 182.35 | 0.29 | 0.65 |
| Hex | 8D | BE | C0 | 1B | 1 | 0 | 19 | B6 | 1D | 41 |
| Octal | 215 | 276 | 300 | 33 | 1 | 0 | 31 | 266 | 35 | 101 |
| Binary | 10001101 | 10111110 | 11000000 | 11011 | 1 | 0 | 11001 | 10110110 | 11101 | 1000001 |
Color Harmonies of #8DBEC0
Complementary color
Monochromatic Colors of #8DBEC0
Black with #8DBEC0
Text Example
Text Example
White with #8DBEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBEC0; }
p { color: rgb(141,190,192); }
H1.HeaderClassName
{
color: #8DBEC0;
}
.AnyTagClassName
{
color: #8DBEC0;
}
</style>
background-color css
<style>
a { background-color: #8DBEC0; }
a { background-color: rgb(141,190,192); }
div.DivClassName
{
background-color: #8DBEC0;
}
.BgClassName
{
background-color: #8DBEC0;
}
</style>
border-color css
<style>
span { border-color: #8DBEC0; }
span { border-color: rgb(141,190,192); }
td.TdClassName
{
border-color: #8DBEC0;
}
.TagClassName
{
border-color: #8DBEC0;
}
</style>