Shades of Botticelli #8BAAB4
Tints of Botticelli #8BAAB4
RGB
CMYK
RGB Variations
Color information
#8BAAB4 (or 0x8BAAB4) is known color: Botticelli. HEX triplet: 8B, AA and B4. RGB value is (139,170,180). Sum of RGB (Red+Green+Blue) = 139+170+180=489 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.43% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 180 (70.70% from 255 or 36.81% from 489); Max value from RGB is 180 - color contains mainly: blue. Hex color #8BAAB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAAB4 is #74554B. Grayscale: #A1A1A1. Windows color (decimal): -7624012 or 11840139. OLE color: 11840139.
HSL color Cylindrical-coordinate representation of color #8BAAB4: hue angle of 194.63º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8BAAB4 is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 139 | 170 | 180 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.29 |
| HSL | 194.63º | 0.21% | 0.63% | - |
| HSV(B) | 194.63º | 0.23% | 0.71% | - |
| XYZ | 33.26 | 37.53 | 48.67 | - |
| YUV | 161.87 | 138.23 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 170 | 180 | 0.23 | 0.06 | 0 | 0.29 | 194.63 | 0.21 | 0.63 |
| Hex | 8B | AA | B4 | 17 | 6 | 0 | 1D | C3 | 15 | 3F |
| Octal | 213 | 252 | 264 | 27 | 6 | 0 | 35 | 303 | 25 | 77 |
| Binary | 10001011 | 10101010 | 10110100 | 10111 | 110 | 0 | 11101 | 11000011 | 10101 | 111111 |
Color Harmonies of #8BAAB4
Complementary color
Monochromatic Colors of #8BAAB4
Black with #8BAAB4
Text Example
Text Example
White with #8BAAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAAB4; }
p { color: rgb(139,170,180); }
H1.HeaderClassName
{
color: #8BAAB4;
}
.AnyTagClassName
{
color: #8BAAB4;
}
</style>
background-color css
<style>
a { background-color: #8BAAB4; }
a { background-color: rgb(139,170,180); }
div.DivClassName
{
background-color: #8BAAB4;
}
.BgClassName
{
background-color: #8BAAB4;
}
</style>
border-color css
<style>
span { border-color: #8BAAB4; }
span { border-color: rgb(139,170,180); }
td.TdClassName
{
border-color: #8BAAB4;
}
.TagClassName
{
border-color: #8BAAB4;
}
</style>