Shades of Botticelli #8DB3BB
Tints of Botticelli #8DB3BB
RGB
CMYK
RGB Variations
Color information
#8DB3BB (or 0x8DB3BB) is known color: Botticelli. HEX triplet: 8D, B3 and BB. RGB value is (141,179,187). Sum of RGB (Red+Green+Blue) = 141+179+187=507 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.81% from 507); Green value is 179 (70.31% from 255 or 35.31% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 187 - color contains mainly: blue. Hex color #8DB3BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB3BB is #724C44. Grayscale: #A8A8A8. Windows color (decimal): -7490629 or 12301197. OLE color: 12301197.
HSL color Cylindrical-coordinate representation of color #8DB3BB: hue angle of 190.43º 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 #8DB3BB is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 179 | 187 | - |
| CMYK | 0.25 | 0.04 | 0 | 0.27 |
| HSL | 190.43º | 0.25% | 0.64% | - |
| HSV(B) | 190.43º | 0.25% | 0.73% | - |
| XYZ | 36.07 | 41.49 | 53.12 | - |
| YUV | 168.55 | 138.41 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 179 | 187 | 0.25 | 0.04 | 0 | 0.27 | 190.43 | 0.25 | 0.64 |
| Hex | 8D | B3 | BB | 19 | 4 | 0 | 1B | BE | 19 | 40 |
| Octal | 215 | 263 | 273 | 31 | 4 | 0 | 33 | 276 | 31 | 100 |
| Binary | 10001101 | 10110011 | 10111011 | 11001 | 100 | 0 | 11011 | 10111110 | 11001 | 1000000 |
Color Harmonies of #8DB3BB
Complementary color
Monochromatic Colors of #8DB3BB
Black with #8DB3BB
Text Example
Text Example
White with #8DB3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB3BB; }
p { color: rgb(141,179,187); }
H1.HeaderClassName
{
color: #8DB3BB;
}
.AnyTagClassName
{
color: #8DB3BB;
}
</style>
background-color css
<style>
a { background-color: #8DB3BB; }
a { background-color: rgb(141,179,187); }
div.DivClassName
{
background-color: #8DB3BB;
}
.BgClassName
{
background-color: #8DB3BB;
}
</style>
border-color css
<style>
span { border-color: #8DB3BB; }
span { border-color: rgb(141,179,187); }
td.TdClassName
{
border-color: #8DB3BB;
}
.TagClassName
{
border-color: #8DB3BB;
}
</style>