Shades of Botticelli #8DB6BB
Tints of Botticelli #8DB6BB
RGB
CMYK
RGB Variations
Color information
#8DB6BB (or 0x8DB6BB) is known color: Botticelli. HEX triplet: 8D, B6 and BB. RGB value is (141,182,187). Sum of RGB (Red+Green+Blue) = 141+182+187=510 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.65% from 510); Green value is 182 (71.48% from 255 or 35.69% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 187 - color contains mainly: blue. Hex color #8DB6BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB6BB is #724944. Grayscale: #AAAAAA. Windows color (decimal): -7489861 or 12301965. OLE color: 12301965.
HSL color Cylindrical-coordinate representation of color #8DB6BB: hue angle of 186.52º 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 #8DB6BB is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 182 | 187 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.27 |
| HSL | 186.52º | 0.25% | 0.64% | - |
| HSV(B) | 186.52º | 0.25% | 0.73% | - |
| XYZ | 36.68 | 42.71 | 53.32 | - |
| YUV | 170.31 | 137.42 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 182 | 187 | 0.25 | 0.03 | 0 | 0.27 | 186.52 | 0.25 | 0.64 |
| Hex | 8D | B6 | BB | 19 | 3 | 0 | 1B | BB | 19 | 40 |
| Octal | 215 | 266 | 273 | 31 | 3 | 0 | 33 | 273 | 31 | 100 |
| Binary | 10001101 | 10110110 | 10111011 | 11001 | 11 | 0 | 11011 | 10111011 | 11001 | 1000000 |
Color Harmonies of #8DB6BB
Complementary color
Monochromatic Colors of #8DB6BB
Black with #8DB6BB
Text Example
Text Example
White with #8DB6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB6BB; }
p { color: rgb(141,182,187); }
H1.HeaderClassName
{
color: #8DB6BB;
}
.AnyTagClassName
{
color: #8DB6BB;
}
</style>
background-color css
<style>
a { background-color: #8DB6BB; }
a { background-color: rgb(141,182,187); }
div.DivClassName
{
background-color: #8DB6BB;
}
.BgClassName
{
background-color: #8DB6BB;
}
</style>
border-color css
<style>
span { border-color: #8DB6BB; }
span { border-color: rgb(141,182,187); }
td.TdClassName
{
border-color: #8DB6BB;
}
.TagClassName
{
border-color: #8DB6BB;
}
</style>