Shades of Botticelli #8BAFBA
Tints of Botticelli #8BAFBA
RGB
CMYK
RGB Variations
Color information
#8BAFBA (or 0x8BAFBA) is known color: Botticelli. HEX triplet: 8B, AF and BA. RGB value is (139,175,186). Sum of RGB (Red+Green+Blue) = 139+175+186=500 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.8% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 186 - color contains mainly: blue. Hex color #8BAFBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAFBA is #745045. Grayscale: #A5A5A5. Windows color (decimal): -7622726 or 12234635. OLE color: 12234635.
HSL color Cylindrical-coordinate representation of color #8BAFBA: hue angle of 194.04º 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 #8BAFBA is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 175 | 186 | - |
| CMYK | 0.25 | 0.06 | 0 | 0.27 |
| HSL | 194.04º | 0.25% | 0.64% | - |
| HSV(B) | 194.04º | 0.25% | 0.73% | - |
| XYZ | 34.84 | 39.69 | 52.28 | - |
| YUV | 165.49 | 139.57 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 175 | 186 | 0.25 | 0.06 | 0 | 0.27 | 194.04 | 0.25 | 0.64 |
| Hex | 8B | AF | BA | 19 | 6 | 0 | 1B | C2 | 19 | 40 |
| Octal | 213 | 257 | 272 | 31 | 6 | 0 | 33 | 302 | 31 | 100 |
| Binary | 10001011 | 10101111 | 10111010 | 11001 | 110 | 0 | 11011 | 11000010 | 11001 | 1000000 |
Color Harmonies of #8BAFBA
Complementary color
Monochromatic Colors of #8BAFBA
Black with #8BAFBA
Text Example
Text Example
White with #8BAFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAFBA; }
p { color: rgb(139,175,186); }
H1.HeaderClassName
{
color: #8BAFBA;
}
.AnyTagClassName
{
color: #8BAFBA;
}
</style>
background-color css
<style>
a { background-color: #8BAFBA; }
a { background-color: rgb(139,175,186); }
div.DivClassName
{
background-color: #8BAFBA;
}
.BgClassName
{
background-color: #8BAFBA;
}
</style>
border-color css
<style>
span { border-color: #8BAFBA; }
span { border-color: rgb(139,175,186); }
td.TdClassName
{
border-color: #8BAFBA;
}
.TagClassName
{
border-color: #8BAFBA;
}
</style>