Shades of Botticelli #8CB0BA
Tints of Botticelli #8CB0BA
RGB
CMYK
RGB Variations
Color information
#8CB0BA (or 0x8CB0BA) is known color: Botticelli. HEX triplet: 8C, B0 and BA. RGB value is (140,176,186). Sum of RGB (Red+Green+Blue) = 140+176+186=502 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.89% from 502); Green value is 176 (69.14% from 255 or 35.06% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 186 - color contains mainly: blue. Hex color #8CB0BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CB0BA is #734F45. Grayscale: #A6A6A6. Windows color (decimal): -7556934 or 12234892. OLE color: 12234892.
HSL color Cylindrical-coordinate representation of color #8CB0BA: hue angle of 193.04º degrees, saturation: 0.25, 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 #8CB0BA is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 176 | 186 | - |
| CMYK | 0.25 | 0.05 | 0 | 0.27 |
| HSL | 193.04º | 0.25% | 0.64% | - |
| HSV(B) | 193.04º | 0.25% | 0.73% | - |
| XYZ | 35.2 | 40.17 | 52.35 | - |
| YUV | 166.38 | 139.07 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 176 | 186 | 0.25 | 0.05 | 0 | 0.27 | 193.04 | 0.25 | 0.64 |
| Hex | 8C | B0 | BA | 19 | 5 | 0 | 1B | C1 | 19 | 40 |
| Octal | 214 | 260 | 272 | 31 | 5 | 0 | 33 | 301 | 31 | 100 |
| Binary | 10001100 | 10110000 | 10111010 | 11001 | 101 | 0 | 11011 | 11000001 | 11001 | 1000000 |
Color Harmonies of #8CB0BA
Complementary color
Monochromatic Colors of #8CB0BA
Black with #8CB0BA
Text Example
Text Example
White with #8CB0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB0BA; }
p { color: rgb(140,176,186); }
H1.HeaderClassName
{
color: #8CB0BA;
}
.AnyTagClassName
{
color: #8CB0BA;
}
</style>
background-color css
<style>
a { background-color: #8CB0BA; }
a { background-color: rgb(140,176,186); }
div.DivClassName
{
background-color: #8CB0BA;
}
.BgClassName
{
background-color: #8CB0BA;
}
</style>
border-color css
<style>
span { border-color: #8CB0BA; }
span { border-color: rgb(140,176,186); }
td.TdClassName
{
border-color: #8CB0BA;
}
.TagClassName
{
border-color: #8CB0BA;
}
</style>