Shades of Perano #ADBADD
Tints of Perano #ADBADD
RGB
CMYK
RGB Variations
Color information
#ADBADD (or 0xADBADD) is known color: Perano. HEX triplet: AD, BA and DD. RGB value is (173,186,221). Sum of RGB (Red+Green+Blue) = 173+186+221=580 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.83% from 580); Green value is 186 (73.05% from 255 or 32.07% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #ADBADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBADD is #524522. Grayscale: #B9B9B9. Windows color (decimal): -5391651 or 14531245. OLE color: 14531245.
HSL color Cylindrical-coordinate representation of color #ADBADD: hue angle of 223.75º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADBADD is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 186 | 221 | - |
| CMYK | 0.22 | 0.16 | 0 | 0.13 |
| HSL | 223.75º | 0.41% | 0.77% | - |
| HSV(B) | 223.75º | 0.22% | 0.87% | - |
| XYZ | 47.84 | 49.22 | 75.39 | - |
| YUV | 186.1 | 147.69 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 221 | 0.22 | 0.16 | 0 | 0.13 | 223.75 | 0.41 | 0.77 |
| Hex | AD | BA | DD | 16 | 10 | 0 | D | E0 | 29 | 4D |
| Octal | 255 | 272 | 335 | 26 | 20 | 0 | 15 | 340 | 51 | 115 |
| Binary | 10101101 | 10111010 | 11011101 | 10110 | 10000 | 0 | 1101 | 11100000 | 101001 | 1001101 |
Color Harmonies of #ADBADD
Complementary color
Monochromatic Colors of #ADBADD
Black with #ADBADD
Text Example
Text Example
White with #ADBADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBADD; }
p { color: rgb(173,186,221); }
H1.HeaderClassName
{
color: #ADBADD;
}
.AnyTagClassName
{
color: #ADBADD;
}
</style>
background-color css
<style>
a { background-color: #ADBADD; }
a { background-color: rgb(173,186,221); }
div.DivClassName
{
background-color: #ADBADD;
}
.BgClassName
{
background-color: #ADBADD;
}
</style>
border-color css
<style>
span { border-color: #ADBADD; }
span { border-color: rgb(173,186,221); }
td.TdClassName
{
border-color: #ADBADD;
}
.TagClassName
{
border-color: #ADBADD;
}
</style>