Shades of Botticelli #8AB2BA
Tints of Botticelli #8AB2BA
RGB
CMYK
RGB Variations
Color information
#8AB2BA (or 0x8AB2BA) is known color: Botticelli. HEX triplet: 8A, B2 and BA. RGB value is (138,178,186). Sum of RGB (Red+Green+Blue) = 138+178+186=502 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.49% from 502); Green value is 178 (69.92% from 255 or 35.46% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 186 - color contains mainly: blue. Hex color #8AB2BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AB2BA is #754D45. Grayscale: #A6A6A6. Windows color (decimal): -7687494 or 12235402. OLE color: 12235402.
HSL color Cylindrical-coordinate representation of color #8AB2BA: hue angle of 190º 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 #8AB2BA is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 178 | 186 | - |
| CMYK | 0.26 | 0.04 | 0 | 0.27 |
| HSL | 190º | 0.26% | 0.64% | - |
| HSV(B) | 190º | 0.26% | 0.73% | - |
| XYZ | 35.26 | 40.79 | 52.47 | - |
| YUV | 166.95 | 138.75 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 178 | 186 | 0.26 | 0.04 | 0 | 0.27 | 190 | 0.26 | 0.64 |
| Hex | 8A | B2 | BA | 1A | 4 | 0 | 1B | BE | 1A | 40 |
| Octal | 212 | 262 | 272 | 32 | 4 | 0 | 33 | 276 | 32 | 100 |
| Binary | 10001010 | 10110010 | 10111010 | 11010 | 100 | 0 | 11011 | 10111110 | 11010 | 1000000 |
Color Harmonies of #8AB2BA
Complementary color
Monochromatic Colors of #8AB2BA
Black with #8AB2BA
Text Example
Text Example
White with #8AB2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB2BA; }
p { color: rgb(138,178,186); }
H1.HeaderClassName
{
color: #8AB2BA;
}
.AnyTagClassName
{
color: #8AB2BA;
}
</style>
background-color css
<style>
a { background-color: #8AB2BA; }
a { background-color: rgb(138,178,186); }
div.DivClassName
{
background-color: #8AB2BA;
}
.BgClassName
{
background-color: #8AB2BA;
}
</style>
border-color css
<style>
span { border-color: #8AB2BA; }
span { border-color: rgb(138,178,186); }
td.TdClassName
{
border-color: #8AB2BA;
}
.TagClassName
{
border-color: #8AB2BA;
}
</style>