Shades of Botticelli #8BBABB
Tints of Botticelli #8BBABB
RGB
CMYK
RGB Variations
Color information
#8BBABB (or 0x8BBABB) is known color: Botticelli. HEX triplet: 8B, BA and BB. RGB value is (139,186,187). Sum of RGB (Red+Green+Blue) = 139+186+187=512 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.15% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 187 - color contains mainly: blue. Hex color #8BBABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBABB is #744544. Grayscale: #ACACAC. Windows color (decimal): -7619909 or 12302987. OLE color: 12302987.
HSL color Cylindrical-coordinate representation of color #8BBABB: hue angle of 181.25º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8BBABB is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 186 | 187 | - |
| CMYK | 0.26 | 0.01 | 0 | 0.27 |
| HSL | 181.25º | 0.26% | 0.64% | - |
| HSV(B) | 181.25º | 0.26% | 0.73% | - |
| XYZ | 37.18 | 44.19 | 53.58 | - |
| YUV | 172.06 | 136.43 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 186 | 187 | 0.26 | 0.01 | 0 | 0.27 | 181.25 | 0.26 | 0.64 |
| Hex | 8B | BA | BB | 1A | 1 | 0 | 1B | B5 | 1A | 40 |
| Octal | 213 | 272 | 273 | 32 | 1 | 0 | 33 | 265 | 32 | 100 |
| Binary | 10001011 | 10111010 | 10111011 | 11010 | 1 | 0 | 11011 | 10110101 | 11010 | 1000000 |
Color Harmonies of #8BBABB
Complementary color
Monochromatic Colors of #8BBABB
Black with #8BBABB
Text Example
Text Example
White with #8BBABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBABB; }
p { color: rgb(139,186,187); }
H1.HeaderClassName
{
color: #8BBABB;
}
.AnyTagClassName
{
color: #8BBABB;
}
</style>
background-color css
<style>
a { background-color: #8BBABB; }
a { background-color: rgb(139,186,187); }
div.DivClassName
{
background-color: #8BBABB;
}
.BgClassName
{
background-color: #8BBABB;
}
</style>
border-color css
<style>
span { border-color: #8BBABB; }
span { border-color: rgb(139,186,187); }
td.TdClassName
{
border-color: #8BBABB;
}
.TagClassName
{
border-color: #8BBABB;
}
</style>