Shades of Perano #ADC0E9
Tints of Perano #ADC0E9
RGB
CMYK
RGB Variations
Color information
#ADC0E9 (or 0xADC0E9) is known color: Perano. HEX triplet: AD, C0 and E9. RGB value is (173,192,233). Sum of RGB (Red+Green+Blue) = 173+192+233=598 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.93% from 598); Green value is 192 (75.39% from 255 or 32.11% from 598); Blue value is 233 (91.41% from 255 or 38.96% from 598); Max value from RGB is 233 - color contains mainly: blue. Hex color #ADC0E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC0E9 is #523F16. Grayscale: #BEBEBE. Windows color (decimal): -5390103 or 15319213. OLE color: 15319213.
HSL color Cylindrical-coordinate representation of color #ADC0E9: hue angle of 221º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADC0E9 is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 192 | 233 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.09 |
| HSL | 221º | 0.58% | 0.8% | - |
| HSV(B) | 221º | 0.26% | 0.91% | - |
| XYZ | 50.79 | 52.47 | 84.54 | - |
| YUV | 190.99 | 151.71 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 233 | 0.26 | 0.18 | 0 | 0.09 | 221 | 0.58 | 0.8 |
| Hex | AD | C0 | E9 | 1A | 12 | 0 | 9 | DD | 3A | 50 |
| Octal | 255 | 300 | 351 | 32 | 22 | 0 | 11 | 335 | 72 | 120 |
| Binary | 10101101 | 11000000 | 11101001 | 11010 | 10010 | 0 | 1001 | 11011101 | 111010 | 1010000 |
Color Harmonies of #ADC0E9
Complementary color
Monochromatic Colors of #ADC0E9
Black with #ADC0E9
Text Example
Text Example
White with #ADC0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC0E9; }
p { color: rgb(173,192,233); }
H1.HeaderClassName
{
color: #ADC0E9;
}
.AnyTagClassName
{
color: #ADC0E9;
}
</style>
background-color css
<style>
a { background-color: #ADC0E9; }
a { background-color: rgb(173,192,233); }
div.DivClassName
{
background-color: #ADC0E9;
}
.BgClassName
{
background-color: #ADC0E9;
}
</style>
border-color css
<style>
span { border-color: #ADC0E9; }
span { border-color: rgb(173,192,233); }
td.TdClassName
{
border-color: #ADC0E9;
}
.TagClassName
{
border-color: #ADC0E9;
}
</style>