Shades of Botticelli #8DB4BC
Tints of Botticelli #8DB4BC
RGB
CMYK
RGB Variations
Color information
#8DB4BC (or 0x8DB4BC) is known color: Botticelli. HEX triplet: 8D, B4 and BC. RGB value is (141,180,188). Sum of RGB (Red+Green+Blue) = 141+180+188=509 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.70% from 509); Green value is 180 (70.70% from 255 or 35.36% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 188 - color contains mainly: blue. Hex color #8DB4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB4BC is #724B43. Grayscale: #A9A9A9. Windows color (decimal): -7490372 or 12366989. OLE color: 12366989.
HSL color Cylindrical-coordinate representation of color #8DB4BC: hue angle of 190.21º 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 #8DB4BC is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 180 | 188 | - |
| CMYK | 0.25 | 0.04 | 0 | 0.26 |
| HSL | 190.21º | 0.26% | 0.65% | - |
| HSV(B) | 190.21º | 0.25% | 0.74% | - |
| XYZ | 36.38 | 41.94 | 53.75 | - |
| YUV | 169.25 | 138.58 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 180 | 188 | 0.25 | 0.04 | 0 | 0.26 | 190.21 | 0.26 | 0.65 |
| Hex | 8D | B4 | BC | 19 | 4 | 0 | 1A | BE | 1A | 41 |
| Octal | 215 | 264 | 274 | 31 | 4 | 0 | 32 | 276 | 32 | 101 |
| Binary | 10001101 | 10110100 | 10111100 | 11001 | 100 | 0 | 11010 | 10111110 | 11010 | 1000001 |
Color Harmonies of #8DB4BC
Complementary color
Monochromatic Colors of #8DB4BC
Black with #8DB4BC
Text Example
Text Example
White with #8DB4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB4BC; }
p { color: rgb(141,180,188); }
H1.HeaderClassName
{
color: #8DB4BC;
}
.AnyTagClassName
{
color: #8DB4BC;
}
</style>
background-color css
<style>
a { background-color: #8DB4BC; }
a { background-color: rgb(141,180,188); }
div.DivClassName
{
background-color: #8DB4BC;
}
.BgClassName
{
background-color: #8DB4BC;
}
</style>
border-color css
<style>
span { border-color: #8DB4BC; }
span { border-color: rgb(141,180,188); }
td.TdClassName
{
border-color: #8DB4BC;
}
.TagClassName
{
border-color: #8DB4BC;
}
</style>