Shades of Botticelli #8BA6AD
Tints of Botticelli #8BA6AD
RGB
CMYK
RGB Variations
Color information
#8BA6AD (or 0x8BA6AD) is known color: Botticelli. HEX triplet: 8B, A6 and AD. RGB value is (139,166,173). Sum of RGB (Red+Green+Blue) = 139+166+173=478 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.08% from 478); Green value is 166 (65.23% from 255 or 34.73% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 173 - color contains mainly: blue. Hex color #8BA6AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA6AD is #745952. Grayscale: #9E9E9E. Windows color (decimal): -7625043 or 11380363. OLE color: 11380363.
HSL color Cylindrical-coordinate representation of color #8BA6AD: hue angle of 192.35º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8BA6AD is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 166 | 173 | - |
| CMYK | 0.20 | 0.04 | 0 | 0.32 |
| HSL | 192.35º | 0.17% | 0.61% | - |
| HSV(B) | 192.35º | 0.2% | 0.68% | - |
| XYZ | 31.83 | 35.78 | 44.76 | - |
| YUV | 158.73 | 136.05 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 166 | 173 | 0.20 | 0.04 | 0 | 0.32 | 192.35 | 0.17 | 0.61 |
| Hex | 8B | A6 | AD | 14 | 4 | 0 | 20 | C0 | 11 | 3D |
| Octal | 213 | 246 | 255 | 24 | 4 | 0 | 40 | 300 | 21 | 75 |
| Binary | 10001011 | 10100110 | 10101101 | 10100 | 100 | 0 | 100000 | 11000000 | 10001 | 111101 |
Color Harmonies of #8BA6AD
Complementary color
Monochromatic Colors of #8BA6AD
Black with #8BA6AD
Text Example
Text Example
White with #8BA6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA6AD; }
p { color: rgb(139,166,173); }
H1.HeaderClassName
{
color: #8BA6AD;
}
.AnyTagClassName
{
color: #8BA6AD;
}
</style>
background-color css
<style>
a { background-color: #8BA6AD; }
a { background-color: rgb(139,166,173); }
div.DivClassName
{
background-color: #8BA6AD;
}
.BgClassName
{
background-color: #8BA6AD;
}
</style>
border-color css
<style>
span { border-color: #8BA6AD; }
span { border-color: rgb(139,166,173); }
td.TdClassName
{
border-color: #8BA6AD;
}
.TagClassName
{
border-color: #8BA6AD;
}
</style>