Shades of Perano #ADAFE2
Tints of Perano #ADAFE2
RGB
CMYK
RGB Variations
Color information
#ADAFE2 (or 0xADAFE2) is known color: Perano. HEX triplet: AD, AF and E2. RGB value is (173,175,226). Sum of RGB (Red+Green+Blue) = 173+175+226=574 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.14% from 574); Green value is 175 (68.75% from 255 or 30.49% from 574); Blue value is 226 (88.67% from 255 or 39.37% from 574); Max value from RGB is 226 - color contains mainly: blue. Hex color #ADAFE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAFE2 is #52501D. Grayscale: #B4B4B4. Windows color (decimal): -5394462 or 14856109. OLE color: 14856109.
HSL color Cylindrical-coordinate representation of color #ADAFE2: hue angle of 237.74º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADAFE2 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 175 | 226 | - |
| CMYK | 0.23 | 0.23 | 0 | 0.11 |
| HSL | 237.74º | 0.48% | 0.78% | - |
| HSV(B) | 237.74º | 0.23% | 0.89% | - |
| XYZ | 46.29 | 45.04 | 78.2 | - |
| YUV | 180.22 | 153.84 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 226 | 0.23 | 0.23 | 0 | 0.11 | 237.74 | 0.48 | 0.78 |
| Hex | AD | AF | E2 | 17 | 17 | 0 | B | EE | 30 | 4E |
| Octal | 255 | 257 | 342 | 27 | 27 | 0 | 13 | 356 | 60 | 116 |
| Binary | 10101101 | 10101111 | 11100010 | 10111 | 10111 | 0 | 1011 | 11101110 | 110000 | 1001110 |
Color Harmonies of #ADAFE2
Complementary color
Monochromatic Colors of #ADAFE2
Black with #ADAFE2
Text Example
Text Example
White with #ADAFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAFE2; }
p { color: rgb(173,175,226); }
H1.HeaderClassName
{
color: #ADAFE2;
}
.AnyTagClassName
{
color: #ADAFE2;
}
</style>
background-color css
<style>
a { background-color: #ADAFE2; }
a { background-color: rgb(173,175,226); }
div.DivClassName
{
background-color: #ADAFE2;
}
.BgClassName
{
background-color: #ADAFE2;
}
</style>
border-color css
<style>
span { border-color: #ADAFE2; }
span { border-color: rgb(173,175,226); }
td.TdClassName
{
border-color: #ADAFE2;
}
.TagClassName
{
border-color: #ADAFE2;
}
</style>