Shades of Botticelli #8FBDBE
Tints of Botticelli #8FBDBE
RGB
CMYK
RGB Variations
Color information
#8FBDBE (or 0x8FBDBE) is known color: Botticelli. HEX triplet: 8F, BD and BE. RGB value is (143,189,190). Sum of RGB (Red+Green+Blue) = 143+189+190=522 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.39% from 522); Green value is 189 (74.22% from 255 or 36.21% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 190 - color contains mainly: blue. Hex color #8FBDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBDBE is #704241. Grayscale: #AFAFAF. Windows color (decimal): -7356994 or 12500367. OLE color: 12500367.
HSL color Cylindrical-coordinate representation of color #8FBDBE: hue angle of 181.28º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8FBDBE is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 189 | 190 | - |
| CMYK | 0.25 | 0.01 | 0 | 0.25 |
| HSL | 181.28º | 0.27% | 0.65% | - |
| HSV(B) | 181.28º | 0.25% | 0.75% | - |
| XYZ | 38.82 | 45.95 | 55.54 | - |
| YUV | 175.36 | 136.26 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 189 | 190 | 0.25 | 0.01 | 0 | 0.25 | 181.28 | 0.27 | 0.65 |
| Hex | 8F | BD | BE | 19 | 1 | 0 | 19 | B5 | 1B | 41 |
| Octal | 217 | 275 | 276 | 31 | 1 | 0 | 31 | 265 | 33 | 101 |
| Binary | 10001111 | 10111101 | 10111110 | 11001 | 1 | 0 | 11001 | 10110101 | 11011 | 1000001 |
Color Harmonies of #8FBDBE
Complementary color
Monochromatic Colors of #8FBDBE
Black with #8FBDBE
Text Example
Text Example
White with #8FBDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBDBE; }
p { color: rgb(143,189,190); }
H1.HeaderClassName
{
color: #8FBDBE;
}
.AnyTagClassName
{
color: #8FBDBE;
}
</style>
background-color css
<style>
a { background-color: #8FBDBE; }
a { background-color: rgb(143,189,190); }
div.DivClassName
{
background-color: #8FBDBE;
}
.BgClassName
{
background-color: #8FBDBE;
}
</style>
border-color css
<style>
span { border-color: #8FBDBE; }
span { border-color: rgb(143,189,190); }
td.TdClassName
{
border-color: #8FBDBE;
}
.TagClassName
{
border-color: #8FBDBE;
}
</style>