Shades of Perano #ADC2FF
Tints of Perano #ADC2FF
RGB
CMYK
RGB Variations
Color information
#ADC2FF (or 0xADC2FF) is known color: Perano. HEX triplet: AD, C2 and FF. RGB value is (173,194,255). Sum of RGB (Red+Green+Blue) = 173+194+255=622 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.81% from 622); Green value is 194 (76.17% from 255 or 31.19% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADC2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC2FF is #523D00. Grayscale: #C2C2C2. Windows color (decimal): -5389569 or 16761517. OLE color: 16761517.
HSL color Cylindrical-coordinate representation of color #ADC2FF: hue angle of 224.63º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADC2FF is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 194 | 255 | - |
| CMYK | 0.32 | 0.24 | 0 | 0 |
| HSL | 224.63º | 1% | 0.84% | - |
| HSV(B) | 224.63º | 0.32% | 1% | - |
| XYZ | 54.58 | 54.69 | 102.29 | - |
| YUV | 194.68 | 162.04 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 194 | 255 | 0.32 | 0.24 | 0 | 0 | 224.63 | 1 | 0.84 |
| Hex | AD | C2 | FF | 20 | 18 | 0 | 0 | E1 | 64 | 54 |
| Octal | 255 | 302 | 377 | 40 | 30 | 0 | 0 | 341 | 144 | 124 |
| Binary | 10101101 | 11000010 | 11111111 | 100000 | 11000 | 0 | 0 | 11100001 | 1100100 | 1010100 |
Color Harmonies of #ADC2FF
Complementary color
Monochromatic Colors of #ADC2FF
Black with #ADC2FF
Text Example
Text Example
White with #ADC2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC2FF; }
p { color: rgb(173,194,255); }
H1.HeaderClassName
{
color: #ADC2FF;
}
.AnyTagClassName
{
color: #ADC2FF;
}
</style>
background-color css
<style>
a { background-color: #ADC2FF; }
a { background-color: rgb(173,194,255); }
div.DivClassName
{
background-color: #ADC2FF;
}
.BgClassName
{
background-color: #ADC2FF;
}
</style>
border-color css
<style>
span { border-color: #ADC2FF; }
span { border-color: rgb(173,194,255); }
td.TdClassName
{
border-color: #ADC2FF;
}
.TagClassName
{
border-color: #ADC2FF;
}
</style>