Shades of Botticelli #8BB8BB
Tints of Botticelli #8BB8BB
RGB
CMYK
RGB Variations
Color information
#8BB8BB (or 0x8BB8BB) is known color: Botticelli. HEX triplet: 8B, B8 and BB. RGB value is (139,184,187). Sum of RGB (Red+Green+Blue) = 139+184+187=510 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.25% from 510); Green value is 184 (72.27% from 255 or 36.08% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 187 - color contains mainly: blue. Hex color #8BB8BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB8BB is #744744. Grayscale: #AAAAAA. Windows color (decimal): -7620421 or 12302475. OLE color: 12302475.
HSL color Cylindrical-coordinate representation of color #8BB8BB: hue angle of 183.75º 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 #8BB8BB is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 184 | 187 | - |
| CMYK | 0.26 | 0.02 | 0 | 0.27 |
| HSL | 183.75º | 0.26% | 0.64% | - |
| HSV(B) | 183.75º | 0.26% | 0.73% | - |
| XYZ | 36.76 | 43.36 | 53.45 | - |
| YUV | 170.89 | 137.09 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 184 | 187 | 0.26 | 0.02 | 0 | 0.27 | 183.75 | 0.26 | 0.64 |
| Hex | 8B | B8 | BB | 1A | 2 | 0 | 1B | B8 | 1A | 40 |
| Octal | 213 | 270 | 273 | 32 | 2 | 0 | 33 | 270 | 32 | 100 |
| Binary | 10001011 | 10111000 | 10111011 | 11010 | 10 | 0 | 11011 | 10111000 | 11010 | 1000000 |
Color Harmonies of #8BB8BB
Complementary color
Monochromatic Colors of #8BB8BB
Black with #8BB8BB
Text Example
Text Example
White with #8BB8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB8BB; }
p { color: rgb(139,184,187); }
H1.HeaderClassName
{
color: #8BB8BB;
}
.AnyTagClassName
{
color: #8BB8BB;
}
</style>
background-color css
<style>
a { background-color: #8BB8BB; }
a { background-color: rgb(139,184,187); }
div.DivClassName
{
background-color: #8BB8BB;
}
.BgClassName
{
background-color: #8BB8BB;
}
</style>
border-color css
<style>
span { border-color: #8BB8BB; }
span { border-color: rgb(139,184,187); }
td.TdClassName
{
border-color: #8BB8BB;
}
.TagClassName
{
border-color: #8BB8BB;
}
</style>