Shades of Botticelli #8FBCBD
Tints of Botticelli #8FBCBD
RGB
CMYK
RGB Variations
Color information
#8FBCBD (or 0x8FBCBD) is known color: Botticelli. HEX triplet: 8F, BC and BD. RGB value is (143,188,189). Sum of RGB (Red+Green+Blue) = 143+188+189=520 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.5% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 189 - color contains mainly: blue. Hex color #8FBCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBCBD is #704342. Grayscale: #AEAEAE. Windows color (decimal): -7357251 or 12434575. OLE color: 12434575.
HSL color Cylindrical-coordinate representation of color #8FBCBD: hue angle of 181.3º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8FBCBD is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 189 | - |
| CMYK | 0.24 | 0.01 | 0 | 0.26 |
| HSL | 181.3º | 0.26% | 0.65% | - |
| HSV(B) | 181.3º | 0.24% | 0.74% | - |
| XYZ | 38.5 | 45.48 | 54.89 | - |
| YUV | 174.66 | 136.09 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 189 | 0.24 | 0.01 | 0 | 0.26 | 181.3 | 0.26 | 0.65 |
| Hex | 8F | BC | BD | 18 | 1 | 0 | 1A | B5 | 1A | 41 |
| Octal | 217 | 274 | 275 | 30 | 1 | 0 | 32 | 265 | 32 | 101 |
| Binary | 10001111 | 10111100 | 10111101 | 11000 | 1 | 0 | 11010 | 10110101 | 11010 | 1000001 |
Color Harmonies of #8FBCBD
Complementary color
Monochromatic Colors of #8FBCBD
Black with #8FBCBD
Text Example
Text Example
White with #8FBCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBCBD; }
p { color: rgb(143,188,189); }
H1.HeaderClassName
{
color: #8FBCBD;
}
.AnyTagClassName
{
color: #8FBCBD;
}
</style>
background-color css
<style>
a { background-color: #8FBCBD; }
a { background-color: rgb(143,188,189); }
div.DivClassName
{
background-color: #8FBCBD;
}
.BgClassName
{
background-color: #8FBCBD;
}
</style>
border-color css
<style>
span { border-color: #8FBCBD; }
span { border-color: rgb(143,188,189); }
td.TdClassName
{
border-color: #8FBCBD;
}
.TagClassName
{
border-color: #8FBCBD;
}
</style>