Shades of Botticelli #8BB7BB
Tints of Botticelli #8BB7BB
RGB
CMYK
RGB Variations
Color information
#8BB7BB (or 0x8BB7BB) is known color: Botticelli. HEX triplet: 8B, B7 and BB. RGB value is (139,183,187). Sum of RGB (Red+Green+Blue) = 139+183+187=509 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.31% from 509); Green value is 183 (71.88% from 255 or 35.95% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 187 - color contains mainly: blue. Hex color #8BB7BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB7BB is #744844. Grayscale: #AAAAAA. Windows color (decimal): -7620677 or 12302219. OLE color: 12302219.
HSL color Cylindrical-coordinate representation of color #8BB7BB: hue angle of 185º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8BB7BB is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 183 | 187 | - |
| CMYK | 0.26 | 0.02 | 0 | 0.27 |
| HSL | 185º | 0.26% | 0.64% | - |
| HSV(B) | 185º | 0.26% | 0.73% | - |
| XYZ | 36.55 | 42.94 | 53.38 | - |
| YUV | 170.3 | 137.42 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 183 | 187 | 0.26 | 0.02 | 0 | 0.27 | 185 | 0.26 | 0.64 |
| Hex | 8B | B7 | BB | 1A | 2 | 0 | 1B | B9 | 1A | 40 |
| Octal | 213 | 267 | 273 | 32 | 2 | 0 | 33 | 271 | 32 | 100 |
| Binary | 10001011 | 10110111 | 10111011 | 11010 | 10 | 0 | 11011 | 10111001 | 11010 | 1000000 |
Color Harmonies of #8BB7BB
Complementary color
Monochromatic Colors of #8BB7BB
Black with #8BB7BB
Text Example
Text Example
White with #8BB7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB7BB; }
p { color: rgb(139,183,187); }
H1.HeaderClassName
{
color: #8BB7BB;
}
.AnyTagClassName
{
color: #8BB7BB;
}
</style>
background-color css
<style>
a { background-color: #8BB7BB; }
a { background-color: rgb(139,183,187); }
div.DivClassName
{
background-color: #8BB7BB;
}
.BgClassName
{
background-color: #8BB7BB;
}
</style>
border-color css
<style>
span { border-color: #8BB7BB; }
span { border-color: rgb(139,183,187); }
td.TdClassName
{
border-color: #8BB7BB;
}
.TagClassName
{
border-color: #8BB7BB;
}
</style>