Shades of Botticelli #8FBDC3
Tints of Botticelli #8FBDC3
RGB
CMYK
RGB Variations
Color information
#8FBDC3 (or 0x8FBDC3) is known color: Botticelli. HEX triplet: 8F, BD and C3. RGB value is (143,189,195). Sum of RGB (Red+Green+Blue) = 143+189+195=527 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.13% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 195 (76.56% from 255 or 37.00% from 527); Max value from RGB is 195 - color contains mainly: blue. Hex color #8FBDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBDC3 is #70423C. Grayscale: #AFAFAF. Windows color (decimal): -7356989 or 12828047. OLE color: 12828047.
HSL color Cylindrical-coordinate representation of color #8FBDC3: hue angle of 186.92º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8FBDC3 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 189 | 195 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.24 |
| HSL | 186.92º | 0.3% | 0.66% | - |
| HSV(B) | 186.92º | 0.27% | 0.76% | - |
| XYZ | 39.38 | 46.17 | 58.47 | - |
| YUV | 175.93 | 138.76 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 189 | 195 | 0.27 | 0.03 | 0 | 0.24 | 186.92 | 0.3 | 0.66 |
| Hex | 8F | BD | C3 | 1B | 3 | 0 | 18 | BB | 1E | 42 |
| Octal | 217 | 275 | 303 | 33 | 3 | 0 | 30 | 273 | 36 | 102 |
| Binary | 10001111 | 10111101 | 11000011 | 11011 | 11 | 0 | 11000 | 10111011 | 11110 | 1000010 |
Color Harmonies of #8FBDC3
Complementary color
Monochromatic Colors of #8FBDC3
Black with #8FBDC3
Text Example
Text Example
White with #8FBDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBDC3; }
p { color: rgb(143,189,195); }
H1.HeaderClassName
{
color: #8FBDC3;
}
.AnyTagClassName
{
color: #8FBDC3;
}
</style>
background-color css
<style>
a { background-color: #8FBDC3; }
a { background-color: rgb(143,189,195); }
div.DivClassName
{
background-color: #8FBDC3;
}
.BgClassName
{
background-color: #8FBDC3;
}
</style>
border-color css
<style>
span { border-color: #8FBDC3; }
span { border-color: rgb(143,189,195); }
td.TdClassName
{
border-color: #8FBDC3;
}
.TagClassName
{
border-color: #8FBDC3;
}
</style>