Shades of Botticelli #8DB2BF
Tints of Botticelli #8DB2BF
RGB
CMYK
RGB Variations
Color information
#8DB2BF (or 0x8DB2BF) is known color: Botticelli. HEX triplet: 8D, B2 and BF. RGB value is (141,178,191). Sum of RGB (Red+Green+Blue) = 141+178+191=510 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.65% from 510); Green value is 178 (69.92% from 255 or 34.90% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 191 - color contains mainly: blue. Hex color #8DB2BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DB2BF is #724D40. Grayscale: #A8A8A8. Windows color (decimal): -7490881 or 12563085. OLE color: 12563085.
HSL color Cylindrical-coordinate representation of color #8DB2BF: hue angle of 195.6º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8DB2BF is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 178 | 191 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.25 |
| HSL | 195.6º | 0.28% | 0.65% | - |
| HSV(B) | 195.6º | 0.26% | 0.75% | - |
| XYZ | 36.31 | 41.27 | 55.34 | - |
| YUV | 168.42 | 140.74 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 178 | 191 | 0.26 | 0.07 | 0 | 0.25 | 195.6 | 0.28 | 0.65 |
| Hex | 8D | B2 | BF | 1A | 7 | 0 | 19 | C4 | 1C | 41 |
| Octal | 215 | 262 | 277 | 32 | 7 | 0 | 31 | 304 | 34 | 101 |
| Binary | 10001101 | 10110010 | 10111111 | 11010 | 111 | 0 | 11001 | 11000100 | 11100 | 1000001 |
Color Harmonies of #8DB2BF
Complementary color
Monochromatic Colors of #8DB2BF
Black with #8DB2BF
Text Example
Text Example
White with #8DB2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB2BF; }
p { color: rgb(141,178,191); }
H1.HeaderClassName
{
color: #8DB2BF;
}
.AnyTagClassName
{
color: #8DB2BF;
}
</style>
background-color css
<style>
a { background-color: #8DB2BF; }
a { background-color: rgb(141,178,191); }
div.DivClassName
{
background-color: #8DB2BF;
}
.BgClassName
{
background-color: #8DB2BF;
}
</style>
border-color css
<style>
span { border-color: #8DB2BF; }
span { border-color: rgb(141,178,191); }
td.TdClassName
{
border-color: #8DB2BF;
}
.TagClassName
{
border-color: #8DB2BF;
}
</style>