Shades of Botticelli #8BADBA
Tints of Botticelli #8BADBA
RGB
CMYK
RGB Variations
Color information
#8BADBA (or 0x8BADBA) is known color: Botticelli. HEX triplet: 8B, AD and BA. RGB value is (139,173,186). Sum of RGB (Red+Green+Blue) = 139+173+186=498 (65% of max value = 765). Red value is 139 (54.69% from 255 or 27.91% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 186 - color contains mainly: blue. Hex color #8BADBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BADBA is #745245. Grayscale: #A4A4A4. Windows color (decimal): -7623238 or 12234123. OLE color: 12234123.
HSL color Cylindrical-coordinate representation of color #8BADBA: hue angle of 196.6º 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 #8BADBA is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 173 | 186 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.27 |
| HSL | 196.6º | 0.25% | 0.64% | - |
| HSV(B) | 196.6º | 0.25% | 0.73% | - |
| XYZ | 34.45 | 38.92 | 52.15 | - |
| YUV | 164.32 | 140.24 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 173 | 186 | 0.25 | 0.07 | 0 | 0.27 | 196.6 | 0.25 | 0.64 |
| Hex | 8B | AD | BA | 19 | 7 | 0 | 1B | C5 | 19 | 40 |
| Octal | 213 | 255 | 272 | 31 | 7 | 0 | 33 | 305 | 31 | 100 |
| Binary | 10001011 | 10101101 | 10111010 | 11001 | 111 | 0 | 11011 | 11000101 | 11001 | 1000000 |
Color Harmonies of #8BADBA
Complementary color
Monochromatic Colors of #8BADBA
Black with #8BADBA
Text Example
Text Example
White with #8BADBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BADBA; }
p { color: rgb(139,173,186); }
H1.HeaderClassName
{
color: #8BADBA;
}
.AnyTagClassName
{
color: #8BADBA;
}
</style>
background-color css
<style>
a { background-color: #8BADBA; }
a { background-color: rgb(139,173,186); }
div.DivClassName
{
background-color: #8BADBA;
}
.BgClassName
{
background-color: #8BADBA;
}
</style>
border-color css
<style>
span { border-color: #8BADBA; }
span { border-color: rgb(139,173,186); }
td.TdClassName
{
border-color: #8BADBA;
}
.TagClassName
{
border-color: #8BADBA;
}
</style>