Shades of Botticelli #8DB7BD
Tints of Botticelli #8DB7BD
RGB
CMYK
RGB Variations
Color information
#8DB7BD (or 0x8DB7BD) is known color: Botticelli. HEX triplet: 8D, B7 and BD. RGB value is (141,183,189). Sum of RGB (Red+Green+Blue) = 141+183+189=513 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.49% from 513); Green value is 183 (71.88% from 255 or 35.67% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 189 - color contains mainly: blue. Hex color #8DB7BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB7BD is #724842. Grayscale: #ABABAB. Windows color (decimal): -7489603 or 12433293. OLE color: 12433293.
HSL color Cylindrical-coordinate representation of color #8DB7BD: hue angle of 187.5º 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 #8DB7BD is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 183 | 189 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.26 |
| HSL | 187.5º | 0.27% | 0.65% | - |
| HSV(B) | 187.5º | 0.25% | 0.74% | - |
| XYZ | 37.1 | 43.2 | 54.53 | - |
| YUV | 171.13 | 138.09 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 183 | 189 | 0.25 | 0.03 | 0 | 0.26 | 187.5 | 0.27 | 0.65 |
| Hex | 8D | B7 | BD | 19 | 3 | 0 | 1A | BC | 1B | 41 |
| Octal | 215 | 267 | 275 | 31 | 3 | 0 | 32 | 274 | 33 | 101 |
| Binary | 10001101 | 10110111 | 10111101 | 11001 | 11 | 0 | 11010 | 10111100 | 11011 | 1000001 |
Color Harmonies of #8DB7BD
Complementary color
Monochromatic Colors of #8DB7BD
Black with #8DB7BD
Text Example
Text Example
White with #8DB7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB7BD; }
p { color: rgb(141,183,189); }
H1.HeaderClassName
{
color: #8DB7BD;
}
.AnyTagClassName
{
color: #8DB7BD;
}
</style>
background-color css
<style>
a { background-color: #8DB7BD; }
a { background-color: rgb(141,183,189); }
div.DivClassName
{
background-color: #8DB7BD;
}
.BgClassName
{
background-color: #8DB7BD;
}
</style>
border-color css
<style>
span { border-color: #8DB7BD; }
span { border-color: rgb(141,183,189); }
td.TdClassName
{
border-color: #8DB7BD;
}
.TagClassName
{
border-color: #8DB7BD;
}
</style>