Shades of Botticelli #8BA9AF
Tints of Botticelli #8BA9AF
RGB
CMYK
RGB Variations
Color information
#8BA9AF (or 0x8BA9AF) is known color: Botticelli. HEX triplet: 8B, A9 and AF. RGB value is (139,169,175). Sum of RGB (Red+Green+Blue) = 139+169+175=483 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.78% from 483); Green value is 169 (66.41% from 255 or 34.99% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 175 - color contains mainly: blue. Hex color #8BA9AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA9AF is #745650. Grayscale: #A0A0A0. Windows color (decimal): -7624273 or 11512203. OLE color: 11512203.
HSL color Cylindrical-coordinate representation of color #8BA9AF: hue angle of 190º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8BA9AF is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 169 | 175 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.31 |
| HSL | 190º | 0.18% | 0.62% | - |
| HSV(B) | 190º | 0.21% | 0.69% | - |
| XYZ | 32.57 | 36.96 | 45.97 | - |
| YUV | 160.71 | 136.06 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 169 | 175 | 0.21 | 0.03 | 0 | 0.31 | 190 | 0.18 | 0.62 |
| Hex | 8B | A9 | AF | 15 | 3 | 0 | 1F | BE | 12 | 3E |
| Octal | 213 | 251 | 257 | 25 | 3 | 0 | 37 | 276 | 22 | 76 |
| Binary | 10001011 | 10101001 | 10101111 | 10101 | 11 | 0 | 11111 | 10111110 | 10010 | 111110 |
Color Harmonies of #8BA9AF
Complementary color
Monochromatic Colors of #8BA9AF
Black with #8BA9AF
Text Example
Text Example
White with #8BA9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA9AF; }
p { color: rgb(139,169,175); }
H1.HeaderClassName
{
color: #8BA9AF;
}
.AnyTagClassName
{
color: #8BA9AF;
}
</style>
background-color css
<style>
a { background-color: #8BA9AF; }
a { background-color: rgb(139,169,175); }
div.DivClassName
{
background-color: #8BA9AF;
}
.BgClassName
{
background-color: #8BA9AF;
}
</style>
border-color css
<style>
span { border-color: #8BA9AF; }
span { border-color: rgb(139,169,175); }
td.TdClassName
{
border-color: #8BA9AF;
}
.TagClassName
{
border-color: #8BA9AF;
}
</style>