Shades of Botticelli #8DB0BB
Tints of Botticelli #8DB0BB
RGB
CMYK
RGB Variations
Color information
#8DB0BB (or 0x8DB0BB) is known color: Botticelli. HEX triplet: 8D, B0 and BB. RGB value is (141,176,187). Sum of RGB (Red+Green+Blue) = 141+176+187=504 (66% of max value = 765). Red value is 141 (55.47% from 255 or 27.98% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 187 - color contains mainly: blue. Hex color #8DB0BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DB0BB is #724F44. Grayscale: #A6A6A6. Windows color (decimal): -7491397 or 12300429. OLE color: 12300429.
HSL color Cylindrical-coordinate representation of color #8DB0BB: hue angle of 194.35º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8DB0BB is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 176 | 187 | - |
| CMYK | 0.25 | 0.06 | 0 | 0.27 |
| HSL | 194.35º | 0.25% | 0.64% | - |
| HSV(B) | 194.35º | 0.25% | 0.73% | - |
| XYZ | 35.48 | 40.3 | 52.92 | - |
| YUV | 166.79 | 139.4 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 176 | 187 | 0.25 | 0.06 | 0 | 0.27 | 194.35 | 0.25 | 0.64 |
| Hex | 8D | B0 | BB | 19 | 6 | 0 | 1B | C2 | 19 | 40 |
| Octal | 215 | 260 | 273 | 31 | 6 | 0 | 33 | 302 | 31 | 100 |
| Binary | 10001101 | 10110000 | 10111011 | 11001 | 110 | 0 | 11011 | 11000010 | 11001 | 1000000 |
Color Harmonies of #8DB0BB
Complementary color
Monochromatic Colors of #8DB0BB
Black with #8DB0BB
Text Example
Text Example
White with #8DB0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB0BB; }
p { color: rgb(141,176,187); }
H1.HeaderClassName
{
color: #8DB0BB;
}
.AnyTagClassName
{
color: #8DB0BB;
}
</style>
background-color css
<style>
a { background-color: #8DB0BB; }
a { background-color: rgb(141,176,187); }
div.DivClassName
{
background-color: #8DB0BB;
}
.BgClassName
{
background-color: #8DB0BB;
}
</style>
border-color css
<style>
span { border-color: #8DB0BB; }
span { border-color: rgb(141,176,187); }
td.TdClassName
{
border-color: #8DB0BB;
}
.TagClassName
{
border-color: #8DB0BB;
}
</style>