Shades of Botticelli #8BBABC
Tints of Botticelli #8BBABC
RGB
CMYK
RGB Variations
Color information
#8BBABC (or 0x8BBABC) is known color: Botticelli. HEX triplet: 8B, BA and BC. RGB value is (139,186,188). Sum of RGB (Red+Green+Blue) = 139+186+188=513 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.10% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 188 - color contains mainly: blue. Hex color #8BBABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBABC is #744543. Grayscale: #ACACAC. Windows color (decimal): -7619908 or 12368523. OLE color: 12368523.
HSL color Cylindrical-coordinate representation of color #8BBABC: hue angle of 182.45º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8BBABC is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 186 | 188 | - |
| CMYK | 0.26 | 0.01 | 0 | 0.26 |
| HSL | 182.45º | 0.27% | 0.64% | - |
| HSV(B) | 182.45º | 0.26% | 0.74% | - |
| XYZ | 37.28 | 44.24 | 54.15 | - |
| YUV | 172.18 | 136.93 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 186 | 188 | 0.26 | 0.01 | 0 | 0.26 | 182.45 | 0.27 | 0.64 |
| Hex | 8B | BA | BC | 1A | 1 | 0 | 1A | B6 | 1B | 40 |
| Octal | 213 | 272 | 274 | 32 | 1 | 0 | 32 | 266 | 33 | 100 |
| Binary | 10001011 | 10111010 | 10111100 | 11010 | 1 | 0 | 11010 | 10110110 | 11011 | 1000000 |
Color Harmonies of #8BBABC
Complementary color
Monochromatic Colors of #8BBABC
Black with #8BBABC
Text Example
Text Example
White with #8BBABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBABC; }
p { color: rgb(139,186,188); }
H1.HeaderClassName
{
color: #8BBABC;
}
.AnyTagClassName
{
color: #8BBABC;
}
</style>
background-color css
<style>
a { background-color: #8BBABC; }
a { background-color: rgb(139,186,188); }
div.DivClassName
{
background-color: #8BBABC;
}
.BgClassName
{
background-color: #8BBABC;
}
</style>
border-color css
<style>
span { border-color: #8BBABC; }
span { border-color: rgb(139,186,188); }
td.TdClassName
{
border-color: #8BBABC;
}
.TagClassName
{
border-color: #8BBABC;
}
</style>