Shades of Perano #AEBADF
Tints of Perano #AEBADF
RGB
CMYK
RGB Variations
Color information
#AEBADF (or 0xAEBADF) is known color: Perano. HEX triplet: AE, BA and DF. RGB value is (174,186,223). Sum of RGB (Red+Green+Blue) = 174+186+223=583 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.85% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 223 - color contains mainly: blue. Hex color #AEBADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBADF is #514520. Grayscale: #BABABA. Windows color (decimal): -5326113 or 14662318. OLE color: 14662318.
HSL color Cylindrical-coordinate representation of color #AEBADF: hue angle of 225.31º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEBADF is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 186 | 223 | - |
| CMYK | 0.22 | 0.17 | 0 | 0.13 |
| HSL | 225.31º | 0.43% | 0.78% | - |
| HSV(B) | 225.31º | 0.22% | 0.87% | - |
| XYZ | 48.33 | 49.44 | 76.81 | - |
| YUV | 186.63 | 148.52 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 186 | 223 | 0.22 | 0.17 | 0 | 0.13 | 225.31 | 0.43 | 0.78 |
| Hex | AE | BA | DF | 16 | 11 | 0 | D | E1 | 2B | 4E |
| Octal | 256 | 272 | 337 | 26 | 21 | 0 | 15 | 341 | 53 | 116 |
| Binary | 10101110 | 10111010 | 11011111 | 10110 | 10001 | 0 | 1101 | 11100001 | 101011 | 1001110 |
Color Harmonies of #AEBADF
Complementary color
Monochromatic Colors of #AEBADF
Black with #AEBADF
Text Example
Text Example
White with #AEBADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBADF; }
p { color: rgb(174,186,223); }
H1.HeaderClassName
{
color: #AEBADF;
}
.AnyTagClassName
{
color: #AEBADF;
}
</style>
background-color css
<style>
a { background-color: #AEBADF; }
a { background-color: rgb(174,186,223); }
div.DivClassName
{
background-color: #AEBADF;
}
.BgClassName
{
background-color: #AEBADF;
}
</style>
border-color css
<style>
span { border-color: #AEBADF; }
span { border-color: rgb(174,186,223); }
td.TdClassName
{
border-color: #AEBADF;
}
.TagClassName
{
border-color: #AEBADF;
}
</style>