Shades of Botticelli #8CBAC1
Tints of Botticelli #8CBAC1
RGB
CMYK
RGB Variations
Color information
#8CBAC1 (or 0x8CBAC1) is known color: Botticelli. HEX triplet: 8C, BA and C1. RGB value is (140,186,193). Sum of RGB (Red+Green+Blue) = 140+186+193=519 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.97% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 193 (75.78% from 255 or 37.19% from 519); Max value from RGB is 193 - color contains mainly: blue. Hex color #8CBAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBAC1 is #73453E. Grayscale: #ACACAC. Windows color (decimal): -7554367 or 12696204. OLE color: 12696204.
HSL color Cylindrical-coordinate representation of color #8CBAC1: hue angle of 187.92º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8CBAC1 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 186 | 193 | - |
| CMYK | 0.27 | 0.04 | 0 | 0.24 |
| HSL | 187.92º | 0.3% | 0.65% | - |
| HSV(B) | 187.92º | 0.27% | 0.76% | - |
| XYZ | 38 | 44.54 | 57.05 | - |
| YUV | 173.04 | 139.26 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 186 | 193 | 0.27 | 0.04 | 0 | 0.24 | 187.92 | 0.3 | 0.65 |
| Hex | 8C | BA | C1 | 1B | 4 | 0 | 18 | BC | 1E | 41 |
| Octal | 214 | 272 | 301 | 33 | 4 | 0 | 30 | 274 | 36 | 101 |
| Binary | 10001100 | 10111010 | 11000001 | 11011 | 100 | 0 | 11000 | 10111100 | 11110 | 1000001 |
Color Harmonies of #8CBAC1
Complementary color
Monochromatic Colors of #8CBAC1
Black with #8CBAC1
Text Example
Text Example
White with #8CBAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBAC1; }
p { color: rgb(140,186,193); }
H1.HeaderClassName
{
color: #8CBAC1;
}
.AnyTagClassName
{
color: #8CBAC1;
}
</style>
background-color css
<style>
a { background-color: #8CBAC1; }
a { background-color: rgb(140,186,193); }
div.DivClassName
{
background-color: #8CBAC1;
}
.BgClassName
{
background-color: #8CBAC1;
}
</style>
border-color css
<style>
span { border-color: #8CBAC1; }
span { border-color: rgb(140,186,193); }
td.TdClassName
{
border-color: #8CBAC1;
}
.TagClassName
{
border-color: #8CBAC1;
}
</style>