Shades of Botticelli #8BB5BA
Tints of Botticelli #8BB5BA
RGB
CMYK
RGB Variations
Color information
#8BB5BA (or 0x8BB5BA) is known color: Botticelli. HEX triplet: 8B, B5 and BA. RGB value is (139,181,186). Sum of RGB (Red+Green+Blue) = 139+181+186=506 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.47% from 506); Green value is 181 (71.09% from 255 or 35.77% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 186 - color contains mainly: blue. Hex color #8BB5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB5BA is #744A45. Grayscale: #A8A8A8. Windows color (decimal): -7621190 or 12236171. OLE color: 12236171.
HSL color Cylindrical-coordinate representation of color #8BB5BA: hue angle of 186.38º 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 #8BB5BA is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 181 | 186 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.27 |
| HSL | 186.38º | 0.25% | 0.64% | - |
| HSV(B) | 186.38º | 0.25% | 0.73% | - |
| XYZ | 36.03 | 42.08 | 52.68 | - |
| YUV | 169.01 | 137.59 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 181 | 186 | 0.25 | 0.03 | 0 | 0.27 | 186.38 | 0.25 | 0.64 |
| Hex | 8B | B5 | BA | 19 | 3 | 0 | 1B | BA | 19 | 40 |
| Octal | 213 | 265 | 272 | 31 | 3 | 0 | 33 | 272 | 31 | 100 |
| Binary | 10001011 | 10110101 | 10111010 | 11001 | 11 | 0 | 11011 | 10111010 | 11001 | 1000000 |
Color Harmonies of #8BB5BA
Complementary color
Monochromatic Colors of #8BB5BA
Black with #8BB5BA
Text Example
Text Example
White with #8BB5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB5BA; }
p { color: rgb(139,181,186); }
H1.HeaderClassName
{
color: #8BB5BA;
}
.AnyTagClassName
{
color: #8BB5BA;
}
</style>
background-color css
<style>
a { background-color: #8BB5BA; }
a { background-color: rgb(139,181,186); }
div.DivClassName
{
background-color: #8BB5BA;
}
.BgClassName
{
background-color: #8BB5BA;
}
</style>
border-color css
<style>
span { border-color: #8BB5BA; }
span { border-color: rgb(139,181,186); }
td.TdClassName
{
border-color: #8BB5BA;
}
.TagClassName
{
border-color: #8BB5BA;
}
</style>