Shades of Perano #ADC0F3
Tints of Perano #ADC0F3
RGB
CMYK
RGB Variations
Color information
#ADC0F3 (or 0xADC0F3) is known color: Perano. HEX triplet: AD, C0 and F3. RGB value is (173,192,243). Sum of RGB (Red+Green+Blue) = 173+192+243=608 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.45% from 608); Green value is 192 (75.39% from 255 or 31.58% from 608); Blue value is 243 (95.31% from 255 or 39.97% from 608); Max value from RGB is 243 - color contains mainly: blue. Hex color #ADC0F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC0F3 is #523F0C. Grayscale: #BFBFBF. Windows color (decimal): -5390093 or 15974573. OLE color: 15974573.
HSL color Cylindrical-coordinate representation of color #ADC0F3: hue angle of 223.71º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADC0F3 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 192 | 243 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.05 |
| HSL | 223.71º | 0.74% | 0.82% | - |
| HSV(B) | 223.71º | 0.29% | 0.95% | - |
| XYZ | 52.26 | 53.05 | 92.28 | - |
| YUV | 192.13 | 156.71 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 243 | 0.29 | 0.21 | 0 | 0.05 | 223.71 | 0.74 | 0.82 |
| Hex | AD | C0 | F3 | 1D | 15 | 0 | 5 | E0 | 4A | 52 |
| Octal | 255 | 300 | 363 | 35 | 25 | 0 | 5 | 340 | 112 | 122 |
| Binary | 10101101 | 11000000 | 11110011 | 11101 | 10101 | 0 | 101 | 11100000 | 1001010 | 1010010 |
Color Harmonies of #ADC0F3
Complementary color
Monochromatic Colors of #ADC0F3
Black with #ADC0F3
Text Example
Text Example
White with #ADC0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC0F3; }
p { color: rgb(173,192,243); }
H1.HeaderClassName
{
color: #ADC0F3;
}
.AnyTagClassName
{
color: #ADC0F3;
}
</style>
background-color css
<style>
a { background-color: #ADC0F3; }
a { background-color: rgb(173,192,243); }
div.DivClassName
{
background-color: #ADC0F3;
}
.BgClassName
{
background-color: #ADC0F3;
}
</style>
border-color css
<style>
span { border-color: #ADC0F3; }
span { border-color: rgb(173,192,243); }
td.TdClassName
{
border-color: #ADC0F3;
}
.TagClassName
{
border-color: #ADC0F3;
}
</style>