Shades of Botticelli #8FBBC2
Tints of Botticelli #8FBBC2
RGB
CMYK
RGB Variations
Color information
#8FBBC2 (or 0x8FBBC2) is known color: Botticelli. HEX triplet: 8F, BB and C2. RGB value is (143,187,194). Sum of RGB (Red+Green+Blue) = 143+187+194=524 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.29% from 524); Green value is 187 (73.44% from 255 or 35.69% from 524); Blue value is 194 (76.17% from 255 or 37.02% from 524); Max value from RGB is 194 - color contains mainly: blue. Hex color #8FBBC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBBC2 is #70443D. Grayscale: #AEAEAE. Windows color (decimal): -7357502 or 12761999. OLE color: 12761999.
HSL color Cylindrical-coordinate representation of color #8FBBC2: hue angle of 188.24º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8FBBC2 is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 187 | 194 | - |
| CMYK | 0.26 | 0.04 | 0 | 0.24 |
| HSL | 188.24º | 0.29% | 0.66% | - |
| HSV(B) | 188.24º | 0.26% | 0.76% | - |
| XYZ | 38.84 | 45.28 | 57.73 | - |
| YUV | 174.64 | 138.92 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 187 | 194 | 0.26 | 0.04 | 0 | 0.24 | 188.24 | 0.29 | 0.66 |
| Hex | 8F | BB | C2 | 1A | 4 | 0 | 18 | BC | 1D | 42 |
| Octal | 217 | 273 | 302 | 32 | 4 | 0 | 30 | 274 | 35 | 102 |
| Binary | 10001111 | 10111011 | 11000010 | 11010 | 100 | 0 | 11000 | 10111100 | 11101 | 1000010 |
Color Harmonies of #8FBBC2
Complementary color
Monochromatic Colors of #8FBBC2
Black with #8FBBC2
Text Example
Text Example
White with #8FBBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBBC2; }
p { color: rgb(143,187,194); }
H1.HeaderClassName
{
color: #8FBBC2;
}
.AnyTagClassName
{
color: #8FBBC2;
}
</style>
background-color css
<style>
a { background-color: #8FBBC2; }
a { background-color: rgb(143,187,194); }
div.DivClassName
{
background-color: #8FBBC2;
}
.BgClassName
{
background-color: #8FBBC2;
}
</style>
border-color css
<style>
span { border-color: #8FBBC2; }
span { border-color: rgb(143,187,194); }
td.TdClassName
{
border-color: #8FBBC2;
}
.TagClassName
{
border-color: #8FBBC2;
}
</style>