Shades of Botticelli #84ADB6
Tints of Botticelli #84ADB6
RGB
CMYK
RGB Variations
Color information
#84ADB6 (or 0x84ADB6) is known color: Botticelli. HEX triplet: 84, AD and B6. RGB value is (132,173,182). Sum of RGB (Red+Green+Blue) = 132+173+182=487 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.10% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 182 (71.48% from 255 or 37.37% from 487); Max value from RGB is 182 - color contains mainly: blue. Hex color #84ADB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ADB6 is #7B5249. Grayscale: #A1A1A1. Windows color (decimal): -8081994 or 11971972. OLE color: 11971972.
HSL color Cylindrical-coordinate representation of color #84ADB6: hue angle of 190.8º 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 #84ADB6 is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 173 | 182 | - |
| CMYK | 0.27 | 0.05 | 0 | 0.29 |
| HSL | 190.8º | 0.26% | 0.62% | - |
| HSV(B) | 190.8º | 0.27% | 0.71% | - |
| XYZ | 32.9 | 38.17 | 49.89 | - |
| YUV | 161.77 | 139.42 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 173 | 182 | 0.27 | 0.05 | 0 | 0.29 | 190.8 | 0.26 | 0.62 |
| Hex | 84 | AD | B6 | 1B | 5 | 0 | 1D | BF | 1A | 3E |
| Octal | 204 | 255 | 266 | 33 | 5 | 0 | 35 | 277 | 32 | 76 |
| Binary | 10000100 | 10101101 | 10110110 | 11011 | 101 | 0 | 11101 | 10111111 | 11010 | 111110 |
Color Harmonies of #84ADB6
Complementary color
Monochromatic Colors of #84ADB6
Black with #84ADB6
Text Example
Text Example
White with #84ADB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ADB6; }
p { color: rgb(132,173,182); }
H1.HeaderClassName
{
color: #84ADB6;
}
.AnyTagClassName
{
color: #84ADB6;
}
</style>
background-color css
<style>
a { background-color: #84ADB6; }
a { background-color: rgb(132,173,182); }
div.DivClassName
{
background-color: #84ADB6;
}
.BgClassName
{
background-color: #84ADB6;
}
</style>
border-color css
<style>
span { border-color: #84ADB6; }
span { border-color: rgb(132,173,182); }
td.TdClassName
{
border-color: #84ADB6;
}
.TagClassName
{
border-color: #84ADB6;
}
</style>