Shades of Botticelli #8BB2BA
Tints of Botticelli #8BB2BA
RGB
CMYK
RGB Variations
Color information
#8BB2BA (or 0x8BB2BA) is known color: Botticelli. HEX triplet: 8B, B2 and BA. RGB value is (139,178,186). Sum of RGB (Red+Green+Blue) = 139+178+186=503 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.63% from 503); Green value is 178 (69.92% from 255 or 35.39% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 186 - color contains mainly: blue. Hex color #8BB2BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BB2BA is #744D45. Grayscale: #A7A7A7. Windows color (decimal): -7621958 or 12235403. OLE color: 12235403.
HSL color Cylindrical-coordinate representation of color #8BB2BA: hue angle of 190.21º 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 #8BB2BA is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 178 | 186 | - |
| CMYK | 0.25 | 0.04 | 0 | 0.27 |
| HSL | 190.21º | 0.25% | 0.64% | - |
| HSV(B) | 190.21º | 0.25% | 0.73% | - |
| XYZ | 35.43 | 40.87 | 52.48 | - |
| YUV | 167.25 | 138.58 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 178 | 186 | 0.25 | 0.04 | 0 | 0.27 | 190.21 | 0.25 | 0.64 |
| Hex | 8B | B2 | BA | 19 | 4 | 0 | 1B | BE | 19 | 40 |
| Octal | 213 | 262 | 272 | 31 | 4 | 0 | 33 | 276 | 31 | 100 |
| Binary | 10001011 | 10110010 | 10111010 | 11001 | 100 | 0 | 11011 | 10111110 | 11001 | 1000000 |
Color Harmonies of #8BB2BA
Complementary color
Monochromatic Colors of #8BB2BA
Black with #8BB2BA
Text Example
Text Example
White with #8BB2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB2BA; }
p { color: rgb(139,178,186); }
H1.HeaderClassName
{
color: #8BB2BA;
}
.AnyTagClassName
{
color: #8BB2BA;
}
</style>
background-color css
<style>
a { background-color: #8BB2BA; }
a { background-color: rgb(139,178,186); }
div.DivClassName
{
background-color: #8BB2BA;
}
.BgClassName
{
background-color: #8BB2BA;
}
</style>
border-color css
<style>
span { border-color: #8BB2BA; }
span { border-color: rgb(139,178,186); }
td.TdClassName
{
border-color: #8BB2BA;
}
.TagClassName
{
border-color: #8BB2BA;
}
</style>