Shades of Perano #ADAEF2
Tints of Perano #ADAEF2
RGB
CMYK
RGB Variations
Color information
#ADAEF2 (or 0xADAEF2) is known color: Perano. HEX triplet: AD, AE and F2. RGB value is (173,174,242). Sum of RGB (Red+Green+Blue) = 173+174+242=589 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.37% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 242 (94.92% from 255 or 41.09% from 589); Max value from RGB is 242 - color contains mainly: blue. Hex color #ADAEF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADAEF2 is #52510D. Grayscale: #B5B5B5. Windows color (decimal): -5394702 or 15904429. OLE color: 15904429.
HSL color Cylindrical-coordinate representation of color #ADAEF2: hue angle of 239.13º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADAEF2 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 174 | 242 | - |
| CMYK | 0.29 | 0.28 | 0 | 0.05 |
| HSL | 239.13º | 0.73% | 0.81% | - |
| HSV(B) | 239.13º | 0.29% | 0.95% | - |
| XYZ | 48.4 | 45.57 | 90.25 | - |
| YUV | 181.45 | 162.17 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 174 | 242 | 0.29 | 0.28 | 0 | 0.05 | 239.13 | 0.73 | 0.81 |
| Hex | AD | AE | F2 | 1D | 1C | 0 | 5 | EF | 49 | 51 |
| Octal | 255 | 256 | 362 | 35 | 34 | 0 | 5 | 357 | 111 | 121 |
| Binary | 10101101 | 10101110 | 11110010 | 11101 | 11100 | 0 | 101 | 11101111 | 1001001 | 1010001 |
Color Harmonies of #ADAEF2
Complementary color
Monochromatic Colors of #ADAEF2
Black with #ADAEF2
Text Example
Text Example
White with #ADAEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAEF2; }
p { color: rgb(173,174,242); }
H1.HeaderClassName
{
color: #ADAEF2;
}
.AnyTagClassName
{
color: #ADAEF2;
}
</style>
background-color css
<style>
a { background-color: #ADAEF2; }
a { background-color: rgb(173,174,242); }
div.DivClassName
{
background-color: #ADAEF2;
}
.BgClassName
{
background-color: #ADAEF2;
}
</style>
border-color css
<style>
span { border-color: #ADAEF2; }
span { border-color: rgb(173,174,242); }
td.TdClassName
{
border-color: #ADAEF2;
}
.TagClassName
{
border-color: #ADAEF2;
}
</style>