Shades of Botticelli #8AACBA
Tints of Botticelli #8AACBA
RGB
CMYK
RGB Variations
Color information
#8AACBA (or 0x8AACBA) is known color: Botticelli. HEX triplet: 8A, AC and BA. RGB value is (138,172,186). Sum of RGB (Red+Green+Blue) = 138+172+186=496 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.82% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 186 - color contains mainly: blue. Hex color #8AACBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AACBA is #755345. Grayscale: #A3A3A3. Windows color (decimal): -7689030 or 12233866. OLE color: 12233866.
HSL color Cylindrical-coordinate representation of color #8AACBA: hue angle of 197.5º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8AACBA is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 172 | 186 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.27 |
| HSL | 197.5º | 0.26% | 0.64% | - |
| HSV(B) | 197.5º | 0.26% | 0.73% | - |
| XYZ | 34.1 | 38.45 | 52.08 | - |
| YUV | 163.43 | 140.74 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 172 | 186 | 0.26 | 0.08 | 0 | 0.27 | 197.5 | 0.26 | 0.64 |
| Hex | 8A | AC | BA | 1A | 8 | 0 | 1B | C6 | 1A | 40 |
| Octal | 212 | 254 | 272 | 32 | 10 | 0 | 33 | 306 | 32 | 100 |
| Binary | 10001010 | 10101100 | 10111010 | 11010 | 1000 | 0 | 11011 | 11000110 | 11010 | 1000000 |
Color Harmonies of #8AACBA
Complementary color
Monochromatic Colors of #8AACBA
Black with #8AACBA
Text Example
Text Example
White with #8AACBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AACBA; }
p { color: rgb(138,172,186); }
H1.HeaderClassName
{
color: #8AACBA;
}
.AnyTagClassName
{
color: #8AACBA;
}
</style>
background-color css
<style>
a { background-color: #8AACBA; }
a { background-color: rgb(138,172,186); }
div.DivClassName
{
background-color: #8AACBA;
}
.BgClassName
{
background-color: #8AACBA;
}
</style>
border-color css
<style>
span { border-color: #8AACBA; }
span { border-color: rgb(138,172,186); }
td.TdClassName
{
border-color: #8AACBA;
}
.TagClassName
{
border-color: #8AACBA;
}
</style>