Shades of Botticelli #8DABB6
Tints of Botticelli #8DABB6
RGB
CMYK
RGB Variations
Color information
#8DABB6 (or 0x8DABB6) is known color: Botticelli. HEX triplet: 8D, AB and B6. RGB value is (141,171,182). Sum of RGB (Red+Green+Blue) = 141+171+182=494 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.54% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 182 (71.48% from 255 or 36.84% from 494); Max value from RGB is 182 - color contains mainly: blue. Hex color #8DABB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DABB6 is #725449. Grayscale: #A3A3A3. Windows color (decimal): -7492682 or 11971469. OLE color: 11971469.
HSL color Cylindrical-coordinate representation of color #8DABB6: hue angle of 196.1º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8DABB6 is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 171 | 182 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.29 |
| HSL | 196.1º | 0.22% | 0.63% | - |
| HSV(B) | 196.1º | 0.23% | 0.71% | - |
| XYZ | 33.99 | 38.17 | 49.83 | - |
| YUV | 163.28 | 138.56 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 171 | 182 | 0.23 | 0.06 | 0 | 0.29 | 196.1 | 0.22 | 0.63 |
| Hex | 8D | AB | B6 | 17 | 6 | 0 | 1D | C4 | 16 | 3F |
| Octal | 215 | 253 | 266 | 27 | 6 | 0 | 35 | 304 | 26 | 77 |
| Binary | 10001101 | 10101011 | 10110110 | 10111 | 110 | 0 | 11101 | 11000100 | 10110 | 111111 |
Color Harmonies of #8DABB6
Complementary color
Monochromatic Colors of #8DABB6
Black with #8DABB6
Text Example
Text Example
White with #8DABB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DABB6; }
p { color: rgb(141,171,182); }
H1.HeaderClassName
{
color: #8DABB6;
}
.AnyTagClassName
{
color: #8DABB6;
}
</style>
background-color css
<style>
a { background-color: #8DABB6; }
a { background-color: rgb(141,171,182); }
div.DivClassName
{
background-color: #8DABB6;
}
.BgClassName
{
background-color: #8DABB6;
}
</style>
border-color css
<style>
span { border-color: #8DABB6; }
span { border-color: rgb(141,171,182); }
td.TdClassName
{
border-color: #8DABB6;
}
.TagClassName
{
border-color: #8DABB6;
}
</style>