Shades of Botticelli #8BB8BA
Tints of Botticelli #8BB8BA
RGB
CMYK
RGB Variations
Color information
#8BB8BA (or 0x8BB8BA) is known color: Botticelli. HEX triplet: 8B, B8 and BA. RGB value is (139,184,186). Sum of RGB (Red+Green+Blue) = 139+184+186=509 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.31% from 509); Green value is 184 (72.27% from 255 or 36.15% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 186 - color contains mainly: blue. Hex color #8BB8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB8BA is #744745. Grayscale: #AAAAAA. Windows color (decimal): -7620422 or 12236939. OLE color: 12236939.
HSL color Cylindrical-coordinate representation of color #8BB8BA: hue angle of 182.55º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8BB8BA is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 184 | 186 | - |
| CMYK | 0.25 | 0.01 | 0 | 0.27 |
| HSL | 182.55º | 0.25% | 0.64% | - |
| HSV(B) | 182.55º | 0.25% | 0.73% | - |
| XYZ | 36.65 | 43.32 | 52.88 | - |
| YUV | 170.77 | 136.59 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 184 | 186 | 0.25 | 0.01 | 0 | 0.27 | 182.55 | 0.25 | 0.64 |
| Hex | 8B | B8 | BA | 19 | 1 | 0 | 1B | B7 | 19 | 40 |
| Octal | 213 | 270 | 272 | 31 | 1 | 0 | 33 | 267 | 31 | 100 |
| Binary | 10001011 | 10111000 | 10111010 | 11001 | 1 | 0 | 11011 | 10110111 | 11001 | 1000000 |
Color Harmonies of #8BB8BA
Complementary color
Monochromatic Colors of #8BB8BA
Black with #8BB8BA
Text Example
Text Example
White with #8BB8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB8BA; }
p { color: rgb(139,184,186); }
H1.HeaderClassName
{
color: #8BB8BA;
}
.AnyTagClassName
{
color: #8BB8BA;
}
</style>
background-color css
<style>
a { background-color: #8BB8BA; }
a { background-color: rgb(139,184,186); }
div.DivClassName
{
background-color: #8BB8BA;
}
.BgClassName
{
background-color: #8BB8BA;
}
</style>
border-color css
<style>
span { border-color: #8BB8BA; }
span { border-color: rgb(139,184,186); }
td.TdClassName
{
border-color: #8BB8BA;
}
.TagClassName
{
border-color: #8BB8BA;
}
</style>