Shades of Botticelli #84AAB6
Tints of Botticelli #84AAB6
RGB
CMYK
RGB Variations
Color information
#84AAB6 (or 0x84AAB6) is known color: Botticelli. HEX triplet: 84, AA and B6. RGB value is (132,170,182). Sum of RGB (Red+Green+Blue) = 132+170+182=484 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.27% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 182 (71.48% from 255 or 37.60% from 484); Max value from RGB is 182 - color contains mainly: blue. Hex color #84AAB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AAB6 is #7B5549. Grayscale: #9F9F9F. Windows color (decimal): -8082762 or 11971204. OLE color: 11971204.
HSL color Cylindrical-coordinate representation of color #84AAB6: hue angle of 194.4º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #84AAB6 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 170 | 182 | - |
| CMYK | 0.27 | 0.07 | 0 | 0.29 |
| HSL | 194.4º | 0.26% | 0.62% | - |
| HSV(B) | 194.4º | 0.27% | 0.71% | - |
| XYZ | 32.33 | 37.03 | 49.7 | - |
| YUV | 160.01 | 140.41 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 170 | 182 | 0.27 | 0.07 | 0 | 0.29 | 194.4 | 0.26 | 0.62 |
| Hex | 84 | AA | B6 | 1B | 7 | 0 | 1D | C2 | 1A | 3E |
| Octal | 204 | 252 | 266 | 33 | 7 | 0 | 35 | 302 | 32 | 76 |
| Binary | 10000100 | 10101010 | 10110110 | 11011 | 111 | 0 | 11101 | 11000010 | 11010 | 111110 |
Color Harmonies of #84AAB6
Complementary color
Monochromatic Colors of #84AAB6
Black with #84AAB6
Text Example
Text Example
White with #84AAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AAB6; }
p { color: rgb(132,170,182); }
H1.HeaderClassName
{
color: #84AAB6;
}
.AnyTagClassName
{
color: #84AAB6;
}
</style>
background-color css
<style>
a { background-color: #84AAB6; }
a { background-color: rgb(132,170,182); }
div.DivClassName
{
background-color: #84AAB6;
}
.BgClassName
{
background-color: #84AAB6;
}
</style>
border-color css
<style>
span { border-color: #84AAB6; }
span { border-color: rgb(132,170,182); }
td.TdClassName
{
border-color: #84AAB6;
}
.TagClassName
{
border-color: #84AAB6;
}
</style>