Shades of Perano #AEB9EF
Tints of Perano #AEB9EF
RGB
CMYK
RGB Variations
Color information
#AEB9EF (or 0xAEB9EF) is known color: Perano. HEX triplet: AE, B9 and EF. RGB value is (174,185,239). Sum of RGB (Red+Green+Blue) = 174+185+239=598 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.10% from 598); Green value is 185 (72.66% from 255 or 30.94% from 598); Blue value is 239 (93.75% from 255 or 39.97% from 598); Max value from RGB is 239 - color contains mainly: blue. Hex color #AEB9EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEB9EF is #514610. Grayscale: #BBBBBB. Windows color (decimal): -5326353 or 15710638. OLE color: 15710638.
HSL color Cylindrical-coordinate representation of color #AEB9EF: hue angle of 229.85º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEB9EF is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 174 | 185 | 239 | - |
| CMYK | 0.27 | 0.23 | 0 | 0.06 |
| HSL | 229.85º | 0.67% | 0.81% | - |
| HSV(B) | 229.85º | 0.27% | 0.94% | - |
| XYZ | 50.38 | 49.93 | 88.64 | - |
| YUV | 187.87 | 156.86 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 185 | 239 | 0.27 | 0.23 | 0 | 0.06 | 229.85 | 0.67 | 0.81 |
| Hex | AE | B9 | EF | 1B | 17 | 0 | 6 | E6 | 43 | 51 |
| Octal | 256 | 271 | 357 | 33 | 27 | 0 | 6 | 346 | 103 | 121 |
| Binary | 10101110 | 10111001 | 11101111 | 11011 | 10111 | 0 | 110 | 11100110 | 1000011 | 1010001 |
Color Harmonies of #AEB9EF
Complementary color
Monochromatic Colors of #AEB9EF
Black with #AEB9EF
Text Example
Text Example
White with #AEB9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB9EF; }
p { color: rgb(174,185,239); }
H1.HeaderClassName
{
color: #AEB9EF;
}
.AnyTagClassName
{
color: #AEB9EF;
}
</style>
background-color css
<style>
a { background-color: #AEB9EF; }
a { background-color: rgb(174,185,239); }
div.DivClassName
{
background-color: #AEB9EF;
}
.BgClassName
{
background-color: #AEB9EF;
}
</style>
border-color css
<style>
span { border-color: #AEB9EF; }
span { border-color: rgb(174,185,239); }
td.TdClassName
{
border-color: #AEB9EF;
}
.TagClassName
{
border-color: #AEB9EF;
}
</style>