Shades of Perano #ADAFE0
Tints of Perano #ADAFE0
RGB
CMYK
RGB Variations
Color information
#ADAFE0 (or 0xADAFE0) is known color: Perano. HEX triplet: AD, AF and E0. RGB value is (173,175,224). Sum of RGB (Red+Green+Blue) = 173+175+224=572 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.24% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 224 (87.89% from 255 or 39.16% from 572); Max value from RGB is 224 - color contains mainly: blue. Hex color #ADAFE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAFE0 is #52501F. Grayscale: #B3B3B3. Windows color (decimal): -5394464 or 14725037. OLE color: 14725037.
HSL color Cylindrical-coordinate representation of color #ADAFE0: hue angle of 237.65º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADAFE0 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 175 | 224 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.12 |
| HSL | 237.65º | 0.45% | 0.78% | - |
| HSV(B) | 237.65º | 0.23% | 0.88% | - |
| XYZ | 46.02 | 44.93 | 76.77 | - |
| YUV | 179.99 | 152.84 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 224 | 0.23 | 0.22 | 0 | 0.12 | 237.65 | 0.45 | 0.78 |
| Hex | AD | AF | E0 | 17 | 16 | 0 | C | EE | 2D | 4E |
| Octal | 255 | 257 | 340 | 27 | 26 | 0 | 14 | 356 | 55 | 116 |
| Binary | 10101101 | 10101111 | 11100000 | 10111 | 10110 | 0 | 1100 | 11101110 | 101101 | 1001110 |
Color Harmonies of #ADAFE0
Complementary color
Monochromatic Colors of #ADAFE0
Black with #ADAFE0
Text Example
Text Example
White with #ADAFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAFE0; }
p { color: rgb(173,175,224); }
H1.HeaderClassName
{
color: #ADAFE0;
}
.AnyTagClassName
{
color: #ADAFE0;
}
</style>
background-color css
<style>
a { background-color: #ADAFE0; }
a { background-color: rgb(173,175,224); }
div.DivClassName
{
background-color: #ADAFE0;
}
.BgClassName
{
background-color: #ADAFE0;
}
</style>
border-color css
<style>
span { border-color: #ADAFE0; }
span { border-color: rgb(173,175,224); }
td.TdClassName
{
border-color: #ADAFE0;
}
.TagClassName
{
border-color: #ADAFE0;
}
</style>