Shades of Botticelli #8CBABB
Tints of Botticelli #8CBABB
RGB
CMYK
RGB Variations
Color information
#8CBABB (or 0x8CBABB) is known color: Botticelli. HEX triplet: 8C, BA and BB. RGB value is (140,186,187). Sum of RGB (Red+Green+Blue) = 140+186+187=513 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.29% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 187 - color contains mainly: blue. Hex color #8CBABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBABB is #734544. Grayscale: #ACACAC. Windows color (decimal): -7554373 or 12302988. OLE color: 12302988.
HSL color Cylindrical-coordinate representation of color #8CBABB: hue angle of 181.28º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8CBABB is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 186 | 187 | - |
| CMYK | 0.25 | 0.01 | 0 | 0.27 |
| HSL | 181.28º | 0.26% | 0.64% | - |
| HSV(B) | 181.28º | 0.25% | 0.73% | - |
| XYZ | 37.34 | 44.28 | 53.59 | - |
| YUV | 172.36 | 136.26 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 186 | 187 | 0.25 | 0.01 | 0 | 0.27 | 181.28 | 0.26 | 0.64 |
| Hex | 8C | BA | BB | 19 | 1 | 0 | 1B | B5 | 1A | 40 |
| Octal | 214 | 272 | 273 | 31 | 1 | 0 | 33 | 265 | 32 | 100 |
| Binary | 10001100 | 10111010 | 10111011 | 11001 | 1 | 0 | 11011 | 10110101 | 11010 | 1000000 |
Color Harmonies of #8CBABB
Complementary color
Monochromatic Colors of #8CBABB
Black with #8CBABB
Text Example
Text Example
White with #8CBABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBABB; }
p { color: rgb(140,186,187); }
H1.HeaderClassName
{
color: #8CBABB;
}
.AnyTagClassName
{
color: #8CBABB;
}
</style>
background-color css
<style>
a { background-color: #8CBABB; }
a { background-color: rgb(140,186,187); }
div.DivClassName
{
background-color: #8CBABB;
}
.BgClassName
{
background-color: #8CBABB;
}
</style>
border-color css
<style>
span { border-color: #8CBABB; }
span { border-color: rgb(140,186,187); }
td.TdClassName
{
border-color: #8CBABB;
}
.TagClassName
{
border-color: #8CBABB;
}
</style>