Shades of Botticelli #84AAB4
Tints of Botticelli #84AAB4
RGB
CMYK
RGB Variations
Color information
#84AAB4 (or 0x84AAB4) is known color: Botticelli. HEX triplet: 84, AA and B4. RGB value is (132,170,180). Sum of RGB (Red+Green+Blue) = 132+170+180=482 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.39% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 180 - color contains mainly: blue. Hex color #84AAB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AAB4 is #7B554B. Grayscale: #9F9F9F. Windows color (decimal): -8082764 or 11840132. OLE color: 11840132.
HSL color Cylindrical-coordinate representation of color #84AAB4: hue angle of 192.5º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #84AAB4 is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 170 | 180 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.29 |
| HSL | 192.5º | 0.24% | 0.61% | - |
| HSV(B) | 192.5º | 0.27% | 0.71% | - |
| XYZ | 32.13 | 36.95 | 48.62 | - |
| YUV | 159.78 | 139.41 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 170 | 180 | 0.27 | 0.06 | 0 | 0.29 | 192.5 | 0.24 | 0.61 |
| Hex | 84 | AA | B4 | 1B | 6 | 0 | 1D | C0 | 18 | 3D |
| Octal | 204 | 252 | 264 | 33 | 6 | 0 | 35 | 300 | 30 | 75 |
| Binary | 10000100 | 10101010 | 10110100 | 11011 | 110 | 0 | 11101 | 11000000 | 11000 | 111101 |
Color Harmonies of #84AAB4
Complementary color
Monochromatic Colors of #84AAB4
Black with #84AAB4
Text Example
Text Example
White with #84AAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AAB4; }
p { color: rgb(132,170,180); }
H1.HeaderClassName
{
color: #84AAB4;
}
.AnyTagClassName
{
color: #84AAB4;
}
</style>
background-color css
<style>
a { background-color: #84AAB4; }
a { background-color: rgb(132,170,180); }
div.DivClassName
{
background-color: #84AAB4;
}
.BgClassName
{
background-color: #84AAB4;
}
</style>
border-color css
<style>
span { border-color: #84AAB4; }
span { border-color: rgb(132,170,180); }
td.TdClassName
{
border-color: #84AAB4;
}
.TagClassName
{
border-color: #84AAB4;
}
</style>