Shades of Perano #ADC0F6
Tints of Perano #ADC0F6
RGB
CMYK
RGB Variations
Color information
#ADC0F6 (or 0xADC0F6) is known color: Perano. HEX triplet: AD, C0 and F6. RGB value is (173,192,246). Sum of RGB (Red+Green+Blue) = 173+192+246=611 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.31% from 611); Green value is 192 (75.39% from 255 or 31.42% from 611); Blue value is 246 (96.48% from 255 or 40.26% from 611); Max value from RGB is 246 - color contains mainly: blue. Hex color #ADC0F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC0F6 is #523F09. Grayscale: #C0C0C0. Windows color (decimal): -5390090 or 16171181. OLE color: 16171181.
HSL color Cylindrical-coordinate representation of color #ADC0F6: hue angle of 224.38º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADC0F6 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 192 | 246 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.04 |
| HSL | 224.38º | 0.8% | 0.82% | - |
| HSV(B) | 224.38º | 0.3% | 0.96% | - |
| XYZ | 52.72 | 53.24 | 94.69 | - |
| YUV | 192.48 | 158.21 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 246 | 0.30 | 0.22 | 0 | 0.04 | 224.38 | 0.8 | 0.82 |
| Hex | AD | C0 | F6 | 1E | 16 | 0 | 4 | E0 | 50 | 52 |
| Octal | 255 | 300 | 366 | 36 | 26 | 0 | 4 | 340 | 120 | 122 |
| Binary | 10101101 | 11000000 | 11110110 | 11110 | 10110 | 0 | 100 | 11100000 | 1010000 | 1010010 |
Color Harmonies of #ADC0F6
Complementary color
Monochromatic Colors of #ADC0F6
Black with #ADC0F6
Text Example
Text Example
White with #ADC0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC0F6; }
p { color: rgb(173,192,246); }
H1.HeaderClassName
{
color: #ADC0F6;
}
.AnyTagClassName
{
color: #ADC0F6;
}
</style>
background-color css
<style>
a { background-color: #ADC0F6; }
a { background-color: rgb(173,192,246); }
div.DivClassName
{
background-color: #ADC0F6;
}
.BgClassName
{
background-color: #ADC0F6;
}
</style>
border-color css
<style>
span { border-color: #ADC0F6; }
span { border-color: rgb(173,192,246); }
td.TdClassName
{
border-color: #ADC0F6;
}
.TagClassName
{
border-color: #ADC0F6;
}
</style>