Shades of Botticelli #8FBEC0
Tints of Botticelli #8FBEC0
RGB
CMYK
RGB Variations
Color information
#8FBEC0 (or 0x8FBEC0) is known color: Botticelli. HEX triplet: 8F, BE and C0. RGB value is (143,190,192). Sum of RGB (Red+Green+Blue) = 143+190+192=525 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.24% from 525); Green value is 190 (74.61% from 255 or 36.19% from 525); Blue value is 192 (75.39% from 255 or 36.57% from 525); Max value from RGB is 192 - color contains mainly: blue. Hex color #8FBEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBEC0 is #70413F. Grayscale: #B0B0B0. Windows color (decimal): -7356736 or 12631695. OLE color: 12631695.
HSL color Cylindrical-coordinate representation of color #8FBEC0: hue angle of 182.45º 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 #8FBEC0 is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 190 | 192 | - |
| CMYK | 0.26 | 0.01 | 0 | 0.25 |
| HSL | 182.45º | 0.28% | 0.66% | - |
| HSV(B) | 182.45º | 0.26% | 0.75% | - |
| XYZ | 39.26 | 46.47 | 56.77 | - |
| YUV | 176.18 | 136.93 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 190 | 192 | 0.26 | 0.01 | 0 | 0.25 | 182.45 | 0.28 | 0.66 |
| Hex | 8F | BE | C0 | 1A | 1 | 0 | 19 | B6 | 1C | 42 |
| Octal | 217 | 276 | 300 | 32 | 1 | 0 | 31 | 266 | 34 | 102 |
| Binary | 10001111 | 10111110 | 11000000 | 11010 | 1 | 0 | 11001 | 10110110 | 11100 | 1000010 |
Color Harmonies of #8FBEC0
Complementary color
Monochromatic Colors of #8FBEC0
Black with #8FBEC0
Text Example
Text Example
White with #8FBEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBEC0; }
p { color: rgb(143,190,192); }
H1.HeaderClassName
{
color: #8FBEC0;
}
.AnyTagClassName
{
color: #8FBEC0;
}
</style>
background-color css
<style>
a { background-color: #8FBEC0; }
a { background-color: rgb(143,190,192); }
div.DivClassName
{
background-color: #8FBEC0;
}
.BgClassName
{
background-color: #8FBEC0;
}
</style>
border-color css
<style>
span { border-color: #8FBEC0; }
span { border-color: rgb(143,190,192); }
td.TdClassName
{
border-color: #8FBEC0;
}
.TagClassName
{
border-color: #8FBEC0;
}
</style>