Shades of Perano #ADC2FC
Tints of Perano #ADC2FC
RGB
CMYK
RGB Variations
Color information
#ADC2FC (or 0xADC2FC) is known color: Perano. HEX triplet: AD, C2 and FC. RGB value is (173,194,252). Sum of RGB (Red+Green+Blue) = 173+194+252=619 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.95% from 619); Green value is 194 (76.17% from 255 or 31.34% from 619); Blue value is 252 (98.83% from 255 or 40.71% from 619); Max value from RGB is 252 - color contains mainly: blue. Hex color #ADC2FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC2FC is #523D03. Grayscale: #C2C2C2. Windows color (decimal): -5389572 or 16564909. OLE color: 16564909.
HSL color Cylindrical-coordinate representation of color #ADC2FC: hue angle of 224.05º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADC2FC is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 194 | 252 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.01 |
| HSL | 224.05º | 0.93% | 0.83% | - |
| HSV(B) | 224.05º | 0.31% | 0.99% | - |
| XYZ | 54.1 | 54.5 | 99.76 | - |
| YUV | 194.33 | 160.54 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 194 | 252 | 0.31 | 0.23 | 0 | 0.01 | 224.05 | 0.93 | 0.83 |
| Hex | AD | C2 | FC | 1F | 17 | 0 | 1 | E0 | 5D | 53 |
| Octal | 255 | 302 | 374 | 37 | 27 | 0 | 1 | 340 | 135 | 123 |
| Binary | 10101101 | 11000010 | 11111100 | 11111 | 10111 | 0 | 1 | 11100000 | 1011101 | 1010011 |
Color Harmonies of #ADC2FC
Complementary color
Monochromatic Colors of #ADC2FC
Black with #ADC2FC
Text Example
Text Example
White with #ADC2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC2FC; }
p { color: rgb(173,194,252); }
H1.HeaderClassName
{
color: #ADC2FC;
}
.AnyTagClassName
{
color: #ADC2FC;
}
</style>
background-color css
<style>
a { background-color: #ADC2FC; }
a { background-color: rgb(173,194,252); }
div.DivClassName
{
background-color: #ADC2FC;
}
.BgClassName
{
background-color: #ADC2FC;
}
</style>
border-color css
<style>
span { border-color: #ADC2FC; }
span { border-color: rgb(173,194,252); }
td.TdClassName
{
border-color: #ADC2FC;
}
.TagClassName
{
border-color: #ADC2FC;
}
</style>