Shades of Botticelli #8BBABF
Tints of Botticelli #8BBABF
RGB
CMYK
RGB Variations
Color information
#8BBABF (or 0x8BBABF) is known color: Botticelli. HEX triplet: 8B, BA and BF. RGB value is (139,186,191). Sum of RGB (Red+Green+Blue) = 139+186+191=516 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.94% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 191 - color contains mainly: blue. Hex color #8BBABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBABF is #744540. Grayscale: #ACACAC. Windows color (decimal): -7619905 or 12565131. OLE color: 12565131.
HSL color Cylindrical-coordinate representation of color #8BBABF: hue angle of 185.77º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8BBABF is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 186 | 191 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.25 |
| HSL | 185.77º | 0.29% | 0.65% | - |
| HSV(B) | 185.77º | 0.27% | 0.75% | - |
| XYZ | 37.61 | 44.37 | 55.87 | - |
| YUV | 172.52 | 138.43 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 186 | 191 | 0.27 | 0.03 | 0 | 0.25 | 185.77 | 0.29 | 0.65 |
| Hex | 8B | BA | BF | 1B | 3 | 0 | 19 | BA | 1D | 41 |
| Octal | 213 | 272 | 277 | 33 | 3 | 0 | 31 | 272 | 35 | 101 |
| Binary | 10001011 | 10111010 | 10111111 | 11011 | 11 | 0 | 11001 | 10111010 | 11101 | 1000001 |
Color Harmonies of #8BBABF
Complementary color
Monochromatic Colors of #8BBABF
Black with #8BBABF
Text Example
Text Example
White with #8BBABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBABF; }
p { color: rgb(139,186,191); }
H1.HeaderClassName
{
color: #8BBABF;
}
.AnyTagClassName
{
color: #8BBABF;
}
</style>
background-color css
<style>
a { background-color: #8BBABF; }
a { background-color: rgb(139,186,191); }
div.DivClassName
{
background-color: #8BBABF;
}
.BgClassName
{
background-color: #8BBABF;
}
</style>
border-color css
<style>
span { border-color: #8BBABF; }
span { border-color: rgb(139,186,191); }
td.TdClassName
{
border-color: #8BBABF;
}
.TagClassName
{
border-color: #8BBABF;
}
</style>