Shades of Botticelli #8FBCC0
Tints of Botticelli #8FBCC0
RGB
CMYK
RGB Variations
Color information
#8FBCC0 (or 0x8FBCC0) is known color: Botticelli. HEX triplet: 8F, BC and C0. RGB value is (143,188,192). Sum of RGB (Red+Green+Blue) = 143+188+192=523 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.34% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 192 (75.39% from 255 or 36.71% from 523); Max value from RGB is 192 - color contains mainly: blue. Hex color #8FBCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBCC0 is #70433F. Grayscale: #AEAEAE. Windows color (decimal): -7357248 or 12631183. OLE color: 12631183.
HSL color Cylindrical-coordinate representation of color #8FBCC0: hue angle of 184.9º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8FBCC0 is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 188 | 192 | - |
| CMYK | 0.26 | 0.02 | 0 | 0.25 |
| HSL | 184.9º | 0.28% | 0.66% | - |
| HSV(B) | 184.9º | 0.26% | 0.75% | - |
| XYZ | 38.83 | 45.61 | 56.63 | - |
| YUV | 175 | 137.59 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 192 | 0.26 | 0.02 | 0 | 0.25 | 184.9 | 0.28 | 0.66 |
| Hex | 8F | BC | C0 | 1A | 2 | 0 | 19 | B9 | 1C | 42 |
| Octal | 217 | 274 | 300 | 32 | 2 | 0 | 31 | 271 | 34 | 102 |
| Binary | 10001111 | 10111100 | 11000000 | 11010 | 10 | 0 | 11001 | 10111001 | 11100 | 1000010 |
Color Harmonies of #8FBCC0
Complementary color
Monochromatic Colors of #8FBCC0
Black with #8FBCC0
Text Example
Text Example
White with #8FBCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBCC0; }
p { color: rgb(143,188,192); }
H1.HeaderClassName
{
color: #8FBCC0;
}
.AnyTagClassName
{
color: #8FBCC0;
}
</style>
background-color css
<style>
a { background-color: #8FBCC0; }
a { background-color: rgb(143,188,192); }
div.DivClassName
{
background-color: #8FBCC0;
}
.BgClassName
{
background-color: #8FBCC0;
}
</style>
border-color css
<style>
span { border-color: #8FBCC0; }
span { border-color: rgb(143,188,192); }
td.TdClassName
{
border-color: #8FBCC0;
}
.TagClassName
{
border-color: #8FBCC0;
}
</style>