Shades of Botticelli #8BADB9
Tints of Botticelli #8BADB9
RGB
CMYK
RGB Variations
Color information
#8BADB9 (or 0x8BADB9) is known color: Botticelli. HEX triplet: 8B, AD and B9. RGB value is (139,173,185). Sum of RGB (Red+Green+Blue) = 139+173+185=497 (65% of max value = 765). Red value is 139 (54.69% from 255 or 27.97% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 185 (72.66% from 255 or 37.22% from 497); Max value from RGB is 185 - color contains mainly: blue. Hex color #8BADB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BADB9 is #745246. Grayscale: #A4A4A4. Windows color (decimal): -7623239 or 12168587. OLE color: 12168587.
HSL color Cylindrical-coordinate representation of color #8BADB9: hue angle of 195.65º 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 #8BADB9 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 173 | 185 | - |
| CMYK | 0.25 | 0.06 | 0 | 0.27 |
| HSL | 195.65º | 0.25% | 0.64% | - |
| HSV(B) | 195.65º | 0.25% | 0.73% | - |
| XYZ | 34.35 | 38.88 | 51.59 | - |
| YUV | 164.2 | 139.74 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 173 | 185 | 0.25 | 0.06 | 0 | 0.27 | 195.65 | 0.25 | 0.64 |
| Hex | 8B | AD | B9 | 19 | 6 | 0 | 1B | C4 | 19 | 40 |
| Octal | 213 | 255 | 271 | 31 | 6 | 0 | 33 | 304 | 31 | 100 |
| Binary | 10001011 | 10101101 | 10111001 | 11001 | 110 | 0 | 11011 | 11000100 | 11001 | 1000000 |
Color Harmonies of #8BADB9
Complementary color
Monochromatic Colors of #8BADB9
Black with #8BADB9
Text Example
Text Example
White with #8BADB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BADB9; }
p { color: rgb(139,173,185); }
H1.HeaderClassName
{
color: #8BADB9;
}
.AnyTagClassName
{
color: #8BADB9;
}
</style>
background-color css
<style>
a { background-color: #8BADB9; }
a { background-color: rgb(139,173,185); }
div.DivClassName
{
background-color: #8BADB9;
}
.BgClassName
{
background-color: #8BADB9;
}
</style>
border-color css
<style>
span { border-color: #8BADB9; }
span { border-color: rgb(139,173,185); }
td.TdClassName
{
border-color: #8BADB9;
}
.TagClassName
{
border-color: #8BADB9;
}
</style>