Shades of Perano #ADC0FB
Tints of Perano #ADC0FB
RGB
CMYK
RGB Variations
Color information
#ADC0FB (or 0xADC0FB) is known color: Perano. HEX triplet: AD, C0 and FB. RGB value is (173,192,251). Sum of RGB (Red+Green+Blue) = 173+192+251=616 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.08% from 616); Green value is 192 (75.39% from 255 or 31.17% from 616); Blue value is 251 (98.44% from 255 or 40.75% from 616); Max value from RGB is 251 - color contains mainly: blue. Hex color #ADC0FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC0FB is #523F04. Grayscale: #C0C0C0. Windows color (decimal): -5390085 or 16498861. OLE color: 16498861.
HSL color Cylindrical-coordinate representation of color #ADC0FB: hue angle of 225.38º degrees, saturation: 0.91, 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 #ADC0FB is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 192 | 251 | - |
| CMYK | 0.31 | 0.24 | 0 | 0.02 |
| HSL | 225.38º | 0.91% | 0.83% | - |
| HSV(B) | 225.38º | 0.31% | 0.98% | - |
| XYZ | 53.5 | 53.55 | 98.78 | - |
| YUV | 193.05 | 160.71 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 251 | 0.31 | 0.24 | 0 | 0.02 | 225.38 | 0.91 | 0.83 |
| Hex | AD | C0 | FB | 1F | 18 | 0 | 2 | E1 | 5B | 53 |
| Octal | 255 | 300 | 373 | 37 | 30 | 0 | 2 | 341 | 133 | 123 |
| Binary | 10101101 | 11000000 | 11111011 | 11111 | 11000 | 0 | 10 | 11100001 | 1011011 | 1010011 |
Color Harmonies of #ADC0FB
Complementary color
Monochromatic Colors of #ADC0FB
Black with #ADC0FB
Text Example
Text Example
White with #ADC0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC0FB; }
p { color: rgb(173,192,251); }
H1.HeaderClassName
{
color: #ADC0FB;
}
.AnyTagClassName
{
color: #ADC0FB;
}
</style>
background-color css
<style>
a { background-color: #ADC0FB; }
a { background-color: rgb(173,192,251); }
div.DivClassName
{
background-color: #ADC0FB;
}
.BgClassName
{
background-color: #ADC0FB;
}
</style>
border-color css
<style>
span { border-color: #ADC0FB; }
span { border-color: rgb(173,192,251); }
td.TdClassName
{
border-color: #ADC0FB;
}
.TagClassName
{
border-color: #ADC0FB;
}
</style>