Shades of Botticelli #8DB0B6
Tints of Botticelli #8DB0B6
RGB
CMYK
RGB Variations
Color information
#8DB0B6 (or 0x8DB0B6) is known color: Botticelli. HEX triplet: 8D, B0 and B6. RGB value is (141,176,182). Sum of RGB (Red+Green+Blue) = 141+176+182=499 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.26% from 499); Green value is 176 (69.14% from 255 or 35.27% from 499); Blue value is 182 (71.48% from 255 or 36.47% from 499); Max value from RGB is 182 - color contains mainly: blue. Hex color #8DB0B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DB0B6 is #724F49. Grayscale: #A6A6A6. Windows color (decimal): -7491402 or 11972749. OLE color: 11972749.
HSL color Cylindrical-coordinate representation of color #8DB0B6: hue angle of 188.78º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8DB0B6 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 176 | 182 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.29 |
| HSL | 188.78º | 0.22% | 0.63% | - |
| HSV(B) | 188.78º | 0.23% | 0.71% | - |
| XYZ | 34.95 | 40.09 | 50.15 | - |
| YUV | 166.22 | 136.9 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 176 | 182 | 0.23 | 0.03 | 0 | 0.29 | 188.78 | 0.22 | 0.63 |
| Hex | 8D | B0 | B6 | 17 | 3 | 0 | 1D | BD | 16 | 3F |
| Octal | 215 | 260 | 266 | 27 | 3 | 0 | 35 | 275 | 26 | 77 |
| Binary | 10001101 | 10110000 | 10110110 | 10111 | 11 | 0 | 11101 | 10111101 | 10110 | 111111 |
Color Harmonies of #8DB0B6
Complementary color
Monochromatic Colors of #8DB0B6
Black with #8DB0B6
Text Example
Text Example
White with #8DB0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB0B6; }
p { color: rgb(141,176,182); }
H1.HeaderClassName
{
color: #8DB0B6;
}
.AnyTagClassName
{
color: #8DB0B6;
}
</style>
background-color css
<style>
a { background-color: #8DB0B6; }
a { background-color: rgb(141,176,182); }
div.DivClassName
{
background-color: #8DB0B6;
}
.BgClassName
{
background-color: #8DB0B6;
}
</style>
border-color css
<style>
span { border-color: #8DB0B6; }
span { border-color: rgb(141,176,182); }
td.TdClassName
{
border-color: #8DB0B6;
}
.TagClassName
{
border-color: #8DB0B6;
}
</style>