Shades of Perano #AEB8FF
Tints of Perano #AEB8FF
RGB
CMYK
RGB Variations
Color information
#AEB8FF (or 0xAEB8FF) is known color: Perano. HEX triplet: AE, B8 and FF. RGB value is (174,184,255). Sum of RGB (Red+Green+Blue) = 174+184+255=613 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.38% from 613); Green value is 184 (72.27% from 255 or 30.02% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEB8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEB8FF is #514700. Grayscale: #BCBCBC. Windows color (decimal): -5326593 or 16758958. OLE color: 16758958.
HSL color Cylindrical-coordinate representation of color #AEB8FF: hue angle of 232.59º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEB8FF is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 184 | 255 | - |
| CMYK | 0.32 | 0.28 | 0 | 0 |
| HSL | 232.59º | 1% | 0.84% | - |
| HSV(B) | 232.59º | 0.32% | 1% | - |
| XYZ | 52.65 | 50.5 | 101.58 | - |
| YUV | 189.1 | 165.19 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 184 | 255 | 0.32 | 0.28 | 0 | 0 | 232.59 | 1 | 0.84 |
| Hex | AE | B8 | FF | 20 | 1C | 0 | 0 | E9 | 64 | 54 |
| Octal | 256 | 270 | 377 | 40 | 34 | 0 | 0 | 351 | 144 | 124 |
| Binary | 10101110 | 10111000 | 11111111 | 100000 | 11100 | 0 | 0 | 11101001 | 1100100 | 1010100 |
Color Harmonies of #AEB8FF
Complementary color
Monochromatic Colors of #AEB8FF
Black with #AEB8FF
Text Example
Text Example
White with #AEB8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB8FF; }
p { color: rgb(174,184,255); }
H1.HeaderClassName
{
color: #AEB8FF;
}
.AnyTagClassName
{
color: #AEB8FF;
}
</style>
background-color css
<style>
a { background-color: #AEB8FF; }
a { background-color: rgb(174,184,255); }
div.DivClassName
{
background-color: #AEB8FF;
}
.BgClassName
{
background-color: #AEB8FF;
}
</style>
border-color css
<style>
span { border-color: #AEB8FF; }
span { border-color: rgb(174,184,255); }
td.TdClassName
{
border-color: #AEB8FF;
}
.TagClassName
{
border-color: #AEB8FF;
}
</style>