Shades of Botticelli #8DB9BD
Tints of Botticelli #8DB9BD
RGB
CMYK
RGB Variations
Color information
#8DB9BD (or 0x8DB9BD) is known color: Botticelli. HEX triplet: 8D, B9 and BD. RGB value is (141,185,189). Sum of RGB (Red+Green+Blue) = 141+185+189=515 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.38% from 515); Green value is 185 (72.66% from 255 or 35.92% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 189 - color contains mainly: blue. Hex color #8DB9BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB9BD is #724642. Grayscale: #ACACAC. Windows color (decimal): -7489091 or 12433805. OLE color: 12433805.
HSL color Cylindrical-coordinate representation of color #8DB9BD: hue angle of 185º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8DB9BD is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 185 | 189 | - |
| CMYK | 0.25 | 0.02 | 0 | 0.26 |
| HSL | 185º | 0.27% | 0.65% | - |
| HSV(B) | 185º | 0.25% | 0.74% | - |
| XYZ | 37.52 | 44.03 | 54.67 | - |
| YUV | 172.3 | 137.42 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 185 | 189 | 0.25 | 0.02 | 0 | 0.26 | 185 | 0.27 | 0.65 |
| Hex | 8D | B9 | BD | 19 | 2 | 0 | 1A | B9 | 1B | 41 |
| Octal | 215 | 271 | 275 | 31 | 2 | 0 | 32 | 271 | 33 | 101 |
| Binary | 10001101 | 10111001 | 10111101 | 11001 | 10 | 0 | 11010 | 10111001 | 11011 | 1000001 |
Color Harmonies of #8DB9BD
Complementary color
Monochromatic Colors of #8DB9BD
Black with #8DB9BD
Text Example
Text Example
White with #8DB9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB9BD; }
p { color: rgb(141,185,189); }
H1.HeaderClassName
{
color: #8DB9BD;
}
.AnyTagClassName
{
color: #8DB9BD;
}
</style>
background-color css
<style>
a { background-color: #8DB9BD; }
a { background-color: rgb(141,185,189); }
div.DivClassName
{
background-color: #8DB9BD;
}
.BgClassName
{
background-color: #8DB9BD;
}
</style>
border-color css
<style>
span { border-color: #8DB9BD; }
span { border-color: rgb(141,185,189); }
td.TdClassName
{
border-color: #8DB9BD;
}
.TagClassName
{
border-color: #8DB9BD;
}
</style>