Shades of Botticelli #8DB2BC
Tints of Botticelli #8DB2BC
RGB
CMYK
RGB Variations
Color information
#8DB2BC (or 0x8DB2BC) is known color: Botticelli. HEX triplet: 8D, B2 and BC. RGB value is (141,178,188). Sum of RGB (Red+Green+Blue) = 141+178+188=507 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.81% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 188 - color contains mainly: blue. Hex color #8DB2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DB2BC is #724D43. Grayscale: #A8A8A8. Windows color (decimal): -7490884 or 12366477. OLE color: 12366477.
HSL color Cylindrical-coordinate representation of color #8DB2BC: hue angle of 192.77º degrees, saturation: 0.26, 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 #8DB2BC is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 178 | 188 | - |
| CMYK | 0.25 | 0.05 | 0 | 0.26 |
| HSL | 192.77º | 0.26% | 0.65% | - |
| HSV(B) | 192.77º | 0.25% | 0.74% | - |
| XYZ | 35.98 | 41.13 | 53.62 | - |
| YUV | 168.08 | 139.24 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 178 | 188 | 0.25 | 0.05 | 0 | 0.26 | 192.77 | 0.26 | 0.65 |
| Hex | 8D | B2 | BC | 19 | 5 | 0 | 1A | C1 | 1A | 41 |
| Octal | 215 | 262 | 274 | 31 | 5 | 0 | 32 | 301 | 32 | 101 |
| Binary | 10001101 | 10110010 | 10111100 | 11001 | 101 | 0 | 11010 | 11000001 | 11010 | 1000001 |
Color Harmonies of #8DB2BC
Complementary color
Monochromatic Colors of #8DB2BC
Black with #8DB2BC
Text Example
Text Example
White with #8DB2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB2BC; }
p { color: rgb(141,178,188); }
H1.HeaderClassName
{
color: #8DB2BC;
}
.AnyTagClassName
{
color: #8DB2BC;
}
</style>
background-color css
<style>
a { background-color: #8DB2BC; }
a { background-color: rgb(141,178,188); }
div.DivClassName
{
background-color: #8DB2BC;
}
.BgClassName
{
background-color: #8DB2BC;
}
</style>
border-color css
<style>
span { border-color: #8DB2BC; }
span { border-color: rgb(141,178,188); }
td.TdClassName
{
border-color: #8DB2BC;
}
.TagClassName
{
border-color: #8DB2BC;
}
</style>