Shades of Botticelli #8CB8BA
Tints of Botticelli #8CB8BA
RGB
CMYK
RGB Variations
Color information
#8CB8BA (or 0x8CB8BA) is known color: Botticelli. HEX triplet: 8C, B8 and BA. RGB value is (140,184,186). Sum of RGB (Red+Green+Blue) = 140+184+186=510 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.45% from 510); Green value is 184 (72.27% from 255 or 36.08% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 186 - color contains mainly: blue. Hex color #8CB8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CB8BA is #734745. Grayscale: #ABABAB. Windows color (decimal): -7554886 or 12236940. OLE color: 12236940.
HSL color Cylindrical-coordinate representation of color #8CB8BA: hue angle of 182.61º 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 #8CB8BA is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 184 | 186 | - |
| CMYK | 0.25 | 0.01 | 0 | 0.27 |
| HSL | 182.61º | 0.25% | 0.64% | - |
| HSV(B) | 182.61º | 0.25% | 0.73% | - |
| XYZ | 36.82 | 43.4 | 52.89 | - |
| YUV | 171.07 | 136.42 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 184 | 186 | 0.25 | 0.01 | 0 | 0.27 | 182.61 | 0.25 | 0.64 |
| Hex | 8C | B8 | BA | 19 | 1 | 0 | 1B | B7 | 19 | 40 |
| Octal | 214 | 270 | 272 | 31 | 1 | 0 | 33 | 267 | 31 | 100 |
| Binary | 10001100 | 10111000 | 10111010 | 11001 | 1 | 0 | 11011 | 10110111 | 11001 | 1000000 |
Color Harmonies of #8CB8BA
Complementary color
Monochromatic Colors of #8CB8BA
Black with #8CB8BA
Text Example
Text Example
White with #8CB8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB8BA; }
p { color: rgb(140,184,186); }
H1.HeaderClassName
{
color: #8CB8BA;
}
.AnyTagClassName
{
color: #8CB8BA;
}
</style>
background-color css
<style>
a { background-color: #8CB8BA; }
a { background-color: rgb(140,184,186); }
div.DivClassName
{
background-color: #8CB8BA;
}
.BgClassName
{
background-color: #8CB8BA;
}
</style>
border-color css
<style>
span { border-color: #8CB8BA; }
span { border-color: rgb(140,184,186); }
td.TdClassName
{
border-color: #8CB8BA;
}
.TagClassName
{
border-color: #8CB8BA;
}
</style>