Shades of Botticelli #8DB0BE
Tints of Botticelli #8DB0BE
RGB
CMYK
RGB Variations
Color information
#8DB0BE (or 0x8DB0BE) is known color: Botticelli. HEX triplet: 8D, B0 and BE. RGB value is (141,176,190). Sum of RGB (Red+Green+Blue) = 141+176+190=507 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.81% from 507); Green value is 176 (69.14% from 255 or 34.71% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 190 - color contains mainly: blue. Hex color #8DB0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DB0BE is #724F41. Grayscale: #A7A7A7. Windows color (decimal): -7491394 or 12497037. OLE color: 12497037.
HSL color Cylindrical-coordinate representation of color #8DB0BE: hue angle of 197.14º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8DB0BE is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 176 | 190 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.25 |
| HSL | 197.14º | 0.27% | 0.65% | - |
| HSV(B) | 197.14º | 0.26% | 0.75% | - |
| XYZ | 35.8 | 40.43 | 54.63 | - |
| YUV | 167.13 | 140.9 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 176 | 190 | 0.26 | 0.07 | 0 | 0.25 | 197.14 | 0.27 | 0.65 |
| Hex | 8D | B0 | BE | 1A | 7 | 0 | 19 | C5 | 1B | 41 |
| Octal | 215 | 260 | 276 | 32 | 7 | 0 | 31 | 305 | 33 | 101 |
| Binary | 10001101 | 10110000 | 10111110 | 11010 | 111 | 0 | 11001 | 11000101 | 11011 | 1000001 |
Color Harmonies of #8DB0BE
Complementary color
Monochromatic Colors of #8DB0BE
Black with #8DB0BE
Text Example
Text Example
White with #8DB0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB0BE; }
p { color: rgb(141,176,190); }
H1.HeaderClassName
{
color: #8DB0BE;
}
.AnyTagClassName
{
color: #8DB0BE;
}
</style>
background-color css
<style>
a { background-color: #8DB0BE; }
a { background-color: rgb(141,176,190); }
div.DivClassName
{
background-color: #8DB0BE;
}
.BgClassName
{
background-color: #8DB0BE;
}
</style>
border-color css
<style>
span { border-color: #8DB0BE; }
span { border-color: rgb(141,176,190); }
td.TdClassName
{
border-color: #8DB0BE;
}
.TagClassName
{
border-color: #8DB0BE;
}
</style>