Shades of Botticelli #84AAB8
Tints of Botticelli #84AAB8
RGB
CMYK
RGB Variations
Color information
#84AAB8 (or 0x84AAB8) is known color: Botticelli. HEX triplet: 84, AA and B8. RGB value is (132,170,184). Sum of RGB (Red+Green+Blue) = 132+170+184=486 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.16% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 184 (72.27% from 255 or 37.86% from 486); Max value from RGB is 184 - color contains mainly: blue. Hex color #84AAB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AAB8 is #7B5547. Grayscale: #A0A0A0. Windows color (decimal): -8082760 or 12102276. OLE color: 12102276.
HSL color Cylindrical-coordinate representation of color #84AAB8: hue angle of 196.15º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #84AAB8 is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 132 | 170 | 184 | - |
| CMYK | 0.28 | 0.08 | 0 | 0.28 |
| HSL | 196.15º | 0.27% | 0.62% | - |
| HSV(B) | 196.15º | 0.28% | 0.72% | - |
| XYZ | 32.54 | 37.12 | 50.8 | - |
| YUV | 160.23 | 141.41 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 170 | 184 | 0.28 | 0.08 | 0 | 0.28 | 196.15 | 0.27 | 0.62 |
| Hex | 84 | AA | B8 | 1C | 8 | 0 | 1C | C4 | 1B | 3E |
| Octal | 204 | 252 | 270 | 34 | 10 | 0 | 34 | 304 | 33 | 76 |
| Binary | 10000100 | 10101010 | 10111000 | 11100 | 1000 | 0 | 11100 | 11000100 | 11011 | 111110 |
Color Harmonies of #84AAB8
Complementary color
Monochromatic Colors of #84AAB8
Black with #84AAB8
Text Example
Text Example
White with #84AAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AAB8; }
p { color: rgb(132,170,184); }
H1.HeaderClassName
{
color: #84AAB8;
}
.AnyTagClassName
{
color: #84AAB8;
}
</style>
background-color css
<style>
a { background-color: #84AAB8; }
a { background-color: rgb(132,170,184); }
div.DivClassName
{
background-color: #84AAB8;
}
.BgClassName
{
background-color: #84AAB8;
}
</style>
border-color css
<style>
span { border-color: #84AAB8; }
span { border-color: rgb(132,170,184); }
td.TdClassName
{
border-color: #84AAB8;
}
.TagClassName
{
border-color: #84AAB8;
}
</style>