Shades of Perano #AEB4F7
Tints of Perano #AEB4F7
RGB
CMYK
RGB Variations
Color information
#AEB4F7 (or 0xAEB4F7) is known color: Perano. HEX triplet: AE, B4 and F7. RGB value is (174,180,247). Sum of RGB (Red+Green+Blue) = 174+180+247=601 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.95% from 601); Green value is 180 (70.70% from 255 or 29.95% from 601); Blue value is 247 (96.88% from 255 or 41.10% from 601); Max value from RGB is 247 - color contains mainly: blue. Hex color #AEB4F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEB4F7 is #514B08. Grayscale: #B9B9B9. Windows color (decimal): -5327625 or 16233646. OLE color: 16233646.
HSL color Cylindrical-coordinate representation of color #AEB4F7: hue angle of 235.07º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEB4F7 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 174 | 180 | 247 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.03 |
| HSL | 235.07º | 0.82% | 0.83% | - |
| HSV(B) | 235.07º | 0.3% | 0.97% | - |
| XYZ | 50.57 | 48.36 | 94.66 | - |
| YUV | 185.84 | 162.51 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 180 | 247 | 0.30 | 0.27 | 0 | 0.03 | 235.07 | 0.82 | 0.83 |
| Hex | AE | B4 | F7 | 1E | 1B | 0 | 3 | EB | 52 | 53 |
| Octal | 256 | 264 | 367 | 36 | 33 | 0 | 3 | 353 | 122 | 123 |
| Binary | 10101110 | 10110100 | 11110111 | 11110 | 11011 | 0 | 11 | 11101011 | 1010010 | 1010011 |
Color Harmonies of #AEB4F7
Complementary color
Monochromatic Colors of #AEB4F7
Black with #AEB4F7
Text Example
Text Example
White with #AEB4F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB4F7; }
p { color: rgb(174,180,247); }
H1.HeaderClassName
{
color: #AEB4F7;
}
.AnyTagClassName
{
color: #AEB4F7;
}
</style>
background-color css
<style>
a { background-color: #AEB4F7; }
a { background-color: rgb(174,180,247); }
div.DivClassName
{
background-color: #AEB4F7;
}
.BgClassName
{
background-color: #AEB4F7;
}
</style>
border-color css
<style>
span { border-color: #AEB4F7; }
span { border-color: rgb(174,180,247); }
td.TdClassName
{
border-color: #AEB4F7;
}
.TagClassName
{
border-color: #AEB4F7;
}
</style>