Shades of Botticelli #8BB1BC
Tints of Botticelli #8BB1BC
RGB
CMYK
RGB Variations
Color information
#8BB1BC (or 0x8BB1BC) is known color: Botticelli. HEX triplet: 8B, B1 and BC. RGB value is (139,177,188). Sum of RGB (Red+Green+Blue) = 139+177+188=504 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.58% from 504); Green value is 177 (69.53% from 255 or 35.12% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 188 - color contains mainly: blue. Hex color #8BB1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BB1BC is #744E43. Grayscale: #A6A6A6. Windows color (decimal): -7622212 or 12366219. OLE color: 12366219.
HSL color Cylindrical-coordinate representation of color #8BB1BC: hue angle of 193.47º 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 #8BB1BC is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 177 | 188 | - |
| CMYK | 0.26 | 0.06 | 0 | 0.26 |
| HSL | 193.47º | 0.27% | 0.64% | - |
| HSV(B) | 193.47º | 0.26% | 0.74% | - |
| XYZ | 35.45 | 40.56 | 53.54 | - |
| YUV | 166.89 | 139.91 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 177 | 188 | 0.26 | 0.06 | 0 | 0.26 | 193.47 | 0.27 | 0.64 |
| Hex | 8B | B1 | BC | 1A | 6 | 0 | 1A | C1 | 1B | 40 |
| Octal | 213 | 261 | 274 | 32 | 6 | 0 | 32 | 301 | 33 | 100 |
| Binary | 10001011 | 10110001 | 10111100 | 11010 | 110 | 0 | 11010 | 11000001 | 11011 | 1000000 |
Color Harmonies of #8BB1BC
Complementary color
Monochromatic Colors of #8BB1BC
Black with #8BB1BC
Text Example
Text Example
White with #8BB1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB1BC; }
p { color: rgb(139,177,188); }
H1.HeaderClassName
{
color: #8BB1BC;
}
.AnyTagClassName
{
color: #8BB1BC;
}
</style>
background-color css
<style>
a { background-color: #8BB1BC; }
a { background-color: rgb(139,177,188); }
div.DivClassName
{
background-color: #8BB1BC;
}
.BgClassName
{
background-color: #8BB1BC;
}
</style>
border-color css
<style>
span { border-color: #8BB1BC; }
span { border-color: rgb(139,177,188); }
td.TdClassName
{
border-color: #8BB1BC;
}
.TagClassName
{
border-color: #8BB1BC;
}
</style>