Shades of Perano #ADC0FA
Tints of Perano #ADC0FA
RGB
CMYK
RGB Variations
Color information
#ADC0FA (or 0xADC0FA) is known color: Perano. HEX triplet: AD, C0 and FA. RGB value is (173,192,250). Sum of RGB (Red+Green+Blue) = 173+192+250=615 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.13% from 615); Green value is 192 (75.39% from 255 or 31.22% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #ADC0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC0FA is #523F05. Grayscale: #C0C0C0. Windows color (decimal): -5390086 or 16433325. OLE color: 16433325.
HSL color Cylindrical-coordinate representation of color #ADC0FA: hue angle of 225.19º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADC0FA is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 192 | 250 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.02 |
| HSL | 225.19º | 0.89% | 0.83% | - |
| HSV(B) | 225.19º | 0.31% | 0.98% | - |
| XYZ | 53.34 | 53.49 | 97.96 | - |
| YUV | 192.93 | 160.21 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 250 | 0.31 | 0.23 | 0 | 0.02 | 225.19 | 0.89 | 0.83 |
| Hex | AD | C0 | FA | 1F | 17 | 0 | 2 | E1 | 59 | 53 |
| Octal | 255 | 300 | 372 | 37 | 27 | 0 | 2 | 341 | 131 | 123 |
| Binary | 10101101 | 11000000 | 11111010 | 11111 | 10111 | 0 | 10 | 11100001 | 1011001 | 1010011 |
Color Harmonies of #ADC0FA
Complementary color
Monochromatic Colors of #ADC0FA
Black with #ADC0FA
Text Example
Text Example
White with #ADC0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC0FA; }
p { color: rgb(173,192,250); }
H1.HeaderClassName
{
color: #ADC0FA;
}
.AnyTagClassName
{
color: #ADC0FA;
}
</style>
background-color css
<style>
a { background-color: #ADC0FA; }
a { background-color: rgb(173,192,250); }
div.DivClassName
{
background-color: #ADC0FA;
}
.BgClassName
{
background-color: #ADC0FA;
}
</style>
border-color css
<style>
span { border-color: #ADC0FA; }
span { border-color: rgb(173,192,250); }
td.TdClassName
{
border-color: #ADC0FA;
}
.TagClassName
{
border-color: #ADC0FA;
}
</style>