Shades of Botticelli #8DB0BC
Tints of Botticelli #8DB0BC
RGB
CMYK
RGB Variations
Color information
#8DB0BC (or 0x8DB0BC) is known color: Botticelli. HEX triplet: 8D, B0 and BC. RGB value is (141,176,188). Sum of RGB (Red+Green+Blue) = 141+176+188=505 (66% of max value = 765). Red value is 141 (55.47% from 255 or 27.92% from 505); Green value is 176 (69.14% from 255 or 34.85% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 188 - color contains mainly: blue. Hex color #8DB0BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DB0BC is #724F43. Grayscale: #A6A6A6. Windows color (decimal): -7491396 or 12365965. OLE color: 12365965.
HSL color Cylindrical-coordinate representation of color #8DB0BC: hue angle of 195.32º 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 #8DB0BC is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 176 | 188 | - |
| CMYK | 0.25 | 0.06 | 0 | 0.26 |
| HSL | 195.32º | 0.26% | 0.65% | - |
| HSV(B) | 195.32º | 0.25% | 0.74% | - |
| XYZ | 35.59 | 40.34 | 53.49 | - |
| YUV | 166.9 | 139.9 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 176 | 188 | 0.25 | 0.06 | 0 | 0.26 | 195.32 | 0.26 | 0.65 |
| Hex | 8D | B0 | BC | 19 | 6 | 0 | 1A | C3 | 1A | 41 |
| Octal | 215 | 260 | 274 | 31 | 6 | 0 | 32 | 303 | 32 | 101 |
| Binary | 10001101 | 10110000 | 10111100 | 11001 | 110 | 0 | 11010 | 11000011 | 11010 | 1000001 |
Color Harmonies of #8DB0BC
Complementary color
Monochromatic Colors of #8DB0BC
Black with #8DB0BC
Text Example
Text Example
White with #8DB0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB0BC; }
p { color: rgb(141,176,188); }
H1.HeaderClassName
{
color: #8DB0BC;
}
.AnyTagClassName
{
color: #8DB0BC;
}
</style>
background-color css
<style>
a { background-color: #8DB0BC; }
a { background-color: rgb(141,176,188); }
div.DivClassName
{
background-color: #8DB0BC;
}
.BgClassName
{
background-color: #8DB0BC;
}
</style>
border-color css
<style>
span { border-color: #8DB0BC; }
span { border-color: rgb(141,176,188); }
td.TdClassName
{
border-color: #8DB0BC;
}
.TagClassName
{
border-color: #8DB0BC;
}
</style>