Shades of Botticelli #8FBEC6
Tints of Botticelli #8FBEC6
RGB
CMYK
RGB Variations
Color information
#8FBEC6 (or 0x8FBEC6) is known color: Botticelli. HEX triplet: 8F, BE and C6. RGB value is (143,190,198). Sum of RGB (Red+Green+Blue) = 143+190+198=531 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.93% from 531); Green value is 190 (74.61% from 255 or 35.78% from 531); Blue value is 198 (77.73% from 255 or 37.29% from 531); Max value from RGB is 198 - color contains mainly: blue. Hex color #8FBEC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBEC6 is #704139. Grayscale: #B0B0B0. Windows color (decimal): -7356730 or 13024911. OLE color: 13024911.
HSL color Cylindrical-coordinate representation of color #8FBEC6: hue angle of 188.73º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8FBEC6 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 190 | 198 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.22 |
| HSL | 188.73º | 0.33% | 0.67% | - |
| HSV(B) | 188.73º | 0.28% | 0.78% | - |
| XYZ | 39.93 | 46.74 | 60.34 | - |
| YUV | 176.86 | 139.93 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 190 | 198 | 0.28 | 0.04 | 0 | 0.22 | 188.73 | 0.33 | 0.67 |
| Hex | 8F | BE | C6 | 1C | 4 | 0 | 16 | BD | 21 | 43 |
| Octal | 217 | 276 | 306 | 34 | 4 | 0 | 26 | 275 | 41 | 103 |
| Binary | 10001111 | 10111110 | 11000110 | 11100 | 100 | 0 | 10110 | 10111101 | 100001 | 1000011 |
Color Harmonies of #8FBEC6
Complementary color
Monochromatic Colors of #8FBEC6
Black with #8FBEC6
Text Example
Text Example
White with #8FBEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBEC6; }
p { color: rgb(143,190,198); }
H1.HeaderClassName
{
color: #8FBEC6;
}
.AnyTagClassName
{
color: #8FBEC6;
}
</style>
background-color css
<style>
a { background-color: #8FBEC6; }
a { background-color: rgb(143,190,198); }
div.DivClassName
{
background-color: #8FBEC6;
}
.BgClassName
{
background-color: #8FBEC6;
}
</style>
border-color css
<style>
span { border-color: #8FBEC6; }
span { border-color: rgb(143,190,198); }
td.TdClassName
{
border-color: #8FBEC6;
}
.TagClassName
{
border-color: #8FBEC6;
}
</style>