Shades of Botticelli #8DB6BD
Tints of Botticelli #8DB6BD
RGB
CMYK
RGB Variations
Color information
#8DB6BD (or 0x8DB6BD) is known color: Botticelli. HEX triplet: 8D, B6 and BD. RGB value is (141,182,189). Sum of RGB (Red+Green+Blue) = 141+182+189=512 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.54% from 512); Green value is 182 (71.48% from 255 or 35.55% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 189 - color contains mainly: blue. Hex color #8DB6BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB6BD is #724942. Grayscale: #AAAAAA. Windows color (decimal): -7489859 or 12433037. OLE color: 12433037.
HSL color Cylindrical-coordinate representation of color #8DB6BD: hue angle of 188.75º 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 #8DB6BD is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 182 | 189 | - |
| CMYK | 0.25 | 0.04 | 0 | 0.26 |
| HSL | 188.75º | 0.27% | 0.65% | - |
| HSV(B) | 188.75º | 0.25% | 0.74% | - |
| XYZ | 36.9 | 42.79 | 54.46 | - |
| YUV | 170.54 | 138.42 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 182 | 189 | 0.25 | 0.04 | 0 | 0.26 | 188.75 | 0.27 | 0.65 |
| Hex | 8D | B6 | BD | 19 | 4 | 0 | 1A | BD | 1B | 41 |
| Octal | 215 | 266 | 275 | 31 | 4 | 0 | 32 | 275 | 33 | 101 |
| Binary | 10001101 | 10110110 | 10111101 | 11001 | 100 | 0 | 11010 | 10111101 | 11011 | 1000001 |
Color Harmonies of #8DB6BD
Complementary color
Monochromatic Colors of #8DB6BD
Black with #8DB6BD
Text Example
Text Example
White with #8DB6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB6BD; }
p { color: rgb(141,182,189); }
H1.HeaderClassName
{
color: #8DB6BD;
}
.AnyTagClassName
{
color: #8DB6BD;
}
</style>
background-color css
<style>
a { background-color: #8DB6BD; }
a { background-color: rgb(141,182,189); }
div.DivClassName
{
background-color: #8DB6BD;
}
.BgClassName
{
background-color: #8DB6BD;
}
</style>
border-color css
<style>
span { border-color: #8DB6BD; }
span { border-color: rgb(141,182,189); }
td.TdClassName
{
border-color: #8DB6BD;
}
.TagClassName
{
border-color: #8DB6BD;
}
</style>