Shades of Perano #ADC0F7
Tints of Perano #ADC0F7
RGB
CMYK
RGB Variations
Color information
#ADC0F7 (or 0xADC0F7) is known color: Perano. HEX triplet: AD, C0 and F7. RGB value is (173,192,247). Sum of RGB (Red+Green+Blue) = 173+192+247=612 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.27% from 612); Green value is 192 (75.39% from 255 or 31.37% from 612); Blue value is 247 (96.88% from 255 or 40.36% from 612); Max value from RGB is 247 - color contains mainly: blue. Hex color #ADC0F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC0F7 is #523F08. Grayscale: #C0C0C0. Windows color (decimal): -5390089 or 16236717. OLE color: 16236717.
HSL color Cylindrical-coordinate representation of color #ADC0F7: hue angle of 224.59º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADC0F7 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 192 | 247 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.03 |
| HSL | 224.59º | 0.82% | 0.82% | - |
| HSV(B) | 224.59º | 0.3% | 0.97% | - |
| XYZ | 52.87 | 53.3 | 95.5 | - |
| YUV | 192.59 | 158.71 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 247 | 0.30 | 0.22 | 0 | 0.03 | 224.59 | 0.82 | 0.82 |
| Hex | AD | C0 | F7 | 1E | 16 | 0 | 3 | E1 | 52 | 52 |
| Octal | 255 | 300 | 367 | 36 | 26 | 0 | 3 | 341 | 122 | 122 |
| Binary | 10101101 | 11000000 | 11110111 | 11110 | 10110 | 0 | 11 | 11100001 | 1010010 | 1010010 |
Color Harmonies of #ADC0F7
Complementary color
Monochromatic Colors of #ADC0F7
Black with #ADC0F7
Text Example
Text Example
White with #ADC0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC0F7; }
p { color: rgb(173,192,247); }
H1.HeaderClassName
{
color: #ADC0F7;
}
.AnyTagClassName
{
color: #ADC0F7;
}
</style>
background-color css
<style>
a { background-color: #ADC0F7; }
a { background-color: rgb(173,192,247); }
div.DivClassName
{
background-color: #ADC0F7;
}
.BgClassName
{
background-color: #ADC0F7;
}
</style>
border-color css
<style>
span { border-color: #ADC0F7; }
span { border-color: rgb(173,192,247); }
td.TdClassName
{
border-color: #ADC0F7;
}
.TagClassName
{
border-color: #ADC0F7;
}
</style>