Shades of Botticelli #8DBDC0
Tints of Botticelli #8DBDC0
RGB
CMYK
RGB Variations
Color information
#8DBDC0 (or 0x8DBDC0) is known color: Botticelli. HEX triplet: 8D, BD and C0. RGB value is (141,189,192). Sum of RGB (Red+Green+Blue) = 141+189+192=522 (69% of max value = 765). Red value is 141 (55.47% from 255 or 27.01% from 522); Green value is 189 (74.22% from 255 or 36.21% from 522); Blue value is 192 (75.39% from 255 or 36.78% from 522); Max value from RGB is 192 - color contains mainly: blue. Hex color #8DBDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBDC0 is #72423F. Grayscale: #AEAEAE. Windows color (decimal): -7488064 or 12631437. OLE color: 12631437.
HSL color Cylindrical-coordinate representation of color #8DBDC0: hue angle of 183.53º 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 #8DBDC0 is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 189 | 192 | - |
| CMYK | 0.27 | 0.02 | 0 | 0.25 |
| HSL | 183.53º | 0.29% | 0.65% | - |
| HSV(B) | 183.53º | 0.27% | 0.75% | - |
| XYZ | 38.7 | 45.86 | 56.68 | - |
| YUV | 174.99 | 137.6 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 189 | 192 | 0.27 | 0.02 | 0 | 0.25 | 183.53 | 0.29 | 0.65 |
| Hex | 8D | BD | C0 | 1B | 2 | 0 | 19 | B8 | 1D | 41 |
| Octal | 215 | 275 | 300 | 33 | 2 | 0 | 31 | 270 | 35 | 101 |
| Binary | 10001101 | 10111101 | 11000000 | 11011 | 10 | 0 | 11001 | 10111000 | 11101 | 1000001 |
Color Harmonies of #8DBDC0
Complementary color
Monochromatic Colors of #8DBDC0
Black with #8DBDC0
Text Example
Text Example
White with #8DBDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBDC0; }
p { color: rgb(141,189,192); }
H1.HeaderClassName
{
color: #8DBDC0;
}
.AnyTagClassName
{
color: #8DBDC0;
}
</style>
background-color css
<style>
a { background-color: #8DBDC0; }
a { background-color: rgb(141,189,192); }
div.DivClassName
{
background-color: #8DBDC0;
}
.BgClassName
{
background-color: #8DBDC0;
}
</style>
border-color css
<style>
span { border-color: #8DBDC0; }
span { border-color: rgb(141,189,192); }
td.TdClassName
{
border-color: #8DBDC0;
}
.TagClassName
{
border-color: #8DBDC0;
}
</style>