Shades of Botticelli #8DBBBD
Tints of Botticelli #8DBBBD
RGB
CMYK
RGB Variations
Color information
#8DBBBD (or 0x8DBBBD) is known color: Botticelli. HEX triplet: 8D, BB and BD. RGB value is (141,187,189). Sum of RGB (Red+Green+Blue) = 141+187+189=517 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.27% from 517); Green value is 187 (73.44% from 255 or 36.17% from 517); Blue value is 189 (74.22% from 255 or 36.56% from 517); Max value from RGB is 189 - color contains mainly: blue. Hex color #8DBBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBBBD is #724442. Grayscale: #ADADAD. Windows color (decimal): -7488579 or 12434317. OLE color: 12434317.
HSL color Cylindrical-coordinate representation of color #8DBBBD: hue angle of 182.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 #8DBBBD is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 187 | 189 | - |
| CMYK | 0.25 | 0.01 | 0 | 0.26 |
| HSL | 182.5º | 0.27% | 0.65% | - |
| HSV(B) | 182.5º | 0.25% | 0.74% | - |
| XYZ | 37.94 | 44.88 | 54.81 | - |
| YUV | 173.47 | 136.76 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 187 | 189 | 0.25 | 0.01 | 0 | 0.26 | 182.5 | 0.27 | 0.65 |
| Hex | 8D | BB | BD | 19 | 1 | 0 | 1A | B6 | 1B | 41 |
| Octal | 215 | 273 | 275 | 31 | 1 | 0 | 32 | 266 | 33 | 101 |
| Binary | 10001101 | 10111011 | 10111101 | 11001 | 1 | 0 | 11010 | 10110110 | 11011 | 1000001 |
Color Harmonies of #8DBBBD
Complementary color
Monochromatic Colors of #8DBBBD
Black with #8DBBBD
Text Example
Text Example
White with #8DBBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBBBD; }
p { color: rgb(141,187,189); }
H1.HeaderClassName
{
color: #8DBBBD;
}
.AnyTagClassName
{
color: #8DBBBD;
}
</style>
background-color css
<style>
a { background-color: #8DBBBD; }
a { background-color: rgb(141,187,189); }
div.DivClassName
{
background-color: #8DBBBD;
}
.BgClassName
{
background-color: #8DBBBD;
}
</style>
border-color css
<style>
span { border-color: #8DBBBD; }
span { border-color: rgb(141,187,189); }
td.TdClassName
{
border-color: #8DBBBD;
}
.TagClassName
{
border-color: #8DBBBD;
}
</style>