Shades of Botticelli #8DBDC1
Tints of Botticelli #8DBDC1
RGB
CMYK
RGB Variations
Color information
#8DBDC1 (or 0x8DBDC1) is known color: Botticelli. HEX triplet: 8D, BD and C1. RGB value is (141,189,193). Sum of RGB (Red+Green+Blue) = 141+189+193=523 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.96% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 193 (75.78% from 255 or 36.90% from 523); Max value from RGB is 193 - color contains mainly: blue. Hex color #8DBDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBDC1 is #72423E. Grayscale: #AFAFAF. Windows color (decimal): -7488063 or 12696973. OLE color: 12696973.
HSL color Cylindrical-coordinate representation of color #8DBDC1: hue angle of 184.62º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8DBDC1 is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 189 | 193 | - |
| CMYK | 0.27 | 0.02 | 0 | 0.24 |
| HSL | 184.62º | 0.3% | 0.65% | - |
| HSV(B) | 184.62º | 0.27% | 0.76% | - |
| XYZ | 38.81 | 45.91 | 57.27 | - |
| YUV | 175.1 | 138.1 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 189 | 193 | 0.27 | 0.02 | 0 | 0.24 | 184.62 | 0.3 | 0.65 |
| Hex | 8D | BD | C1 | 1B | 2 | 0 | 18 | B9 | 1E | 41 |
| Octal | 215 | 275 | 301 | 33 | 2 | 0 | 30 | 271 | 36 | 101 |
| Binary | 10001101 | 10111101 | 11000001 | 11011 | 10 | 0 | 11000 | 10111001 | 11110 | 1000001 |
Color Harmonies of #8DBDC1
Complementary color
Monochromatic Colors of #8DBDC1
Black with #8DBDC1
Text Example
Text Example
White with #8DBDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBDC1; }
p { color: rgb(141,189,193); }
H1.HeaderClassName
{
color: #8DBDC1;
}
.AnyTagClassName
{
color: #8DBDC1;
}
</style>
background-color css
<style>
a { background-color: #8DBDC1; }
a { background-color: rgb(141,189,193); }
div.DivClassName
{
background-color: #8DBDC1;
}
.BgClassName
{
background-color: #8DBDC1;
}
</style>
border-color css
<style>
span { border-color: #8DBDC1; }
span { border-color: rgb(141,189,193); }
td.TdClassName
{
border-color: #8DBDC1;
}
.TagClassName
{
border-color: #8DBDC1;
}
</style>