Shades of Botticelli #8BB6BC
Tints of Botticelli #8BB6BC
RGB
CMYK
RGB Variations
Color information
#8BB6BC (or 0x8BB6BC) is known color: Botticelli. HEX triplet: 8B, B6 and BC. RGB value is (139,182,188). Sum of RGB (Red+Green+Blue) = 139+182+188=509 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.31% from 509); Green value is 182 (71.48% from 255 or 35.76% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 188 - color contains mainly: blue. Hex color #8BB6BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB6BC is #744943. Grayscale: #A9A9A9. Windows color (decimal): -7620932 or 12367499. OLE color: 12367499.
HSL color Cylindrical-coordinate representation of color #8BB6BC: hue angle of 187.35º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8BB6BC is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 182 | 188 | - |
| CMYK | 0.26 | 0.03 | 0 | 0.26 |
| HSL | 187.35º | 0.27% | 0.64% | - |
| HSV(B) | 187.35º | 0.26% | 0.74% | - |
| XYZ | 36.45 | 42.58 | 53.87 | - |
| YUV | 169.83 | 138.25 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 182 | 188 | 0.26 | 0.03 | 0 | 0.26 | 187.35 | 0.27 | 0.64 |
| Hex | 8B | B6 | BC | 1A | 3 | 0 | 1A | BB | 1B | 40 |
| Octal | 213 | 266 | 274 | 32 | 3 | 0 | 32 | 273 | 33 | 100 |
| Binary | 10001011 | 10110110 | 10111100 | 11010 | 11 | 0 | 11010 | 10111011 | 11011 | 1000000 |
Color Harmonies of #8BB6BC
Complementary color
Monochromatic Colors of #8BB6BC
Black with #8BB6BC
Text Example
Text Example
White with #8BB6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB6BC; }
p { color: rgb(139,182,188); }
H1.HeaderClassName
{
color: #8BB6BC;
}
.AnyTagClassName
{
color: #8BB6BC;
}
</style>
background-color css
<style>
a { background-color: #8BB6BC; }
a { background-color: rgb(139,182,188); }
div.DivClassName
{
background-color: #8BB6BC;
}
.BgClassName
{
background-color: #8BB6BC;
}
</style>
border-color css
<style>
span { border-color: #8BB6BC; }
span { border-color: rgb(139,182,188); }
td.TdClassName
{
border-color: #8BB6BC;
}
.TagClassName
{
border-color: #8BB6BC;
}
</style>