Shades of Perano #AEB3F1
Tints of Perano #AEB3F1
RGB
CMYK
RGB Variations
Color information
#AEB3F1 (or 0xAEB3F1) is known color: Perano. HEX triplet: AE, B3 and F1. RGB value is (174,179,241). Sum of RGB (Red+Green+Blue) = 174+179+241=594 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.29% from 594); Green value is 179 (70.31% from 255 or 30.13% from 594); Blue value is 241 (94.53% from 255 or 40.57% from 594); Max value from RGB is 241 - color contains mainly: blue. Hex color #AEB3F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEB3F1 is #514C0E. Grayscale: #B8B8B8. Windows color (decimal): -5327887 or 15840174. OLE color: 15840174.
HSL color Cylindrical-coordinate representation of color #AEB3F1: hue angle of 235.52º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEB3F1 is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 179 | 241 | - |
| CMYK | 0.28 | 0.26 | 0 | 0.05 |
| HSL | 235.52º | 0.71% | 0.81% | - |
| HSV(B) | 235.52º | 0.28% | 0.95% | - |
| XYZ | 49.45 | 47.59 | 89.8 | - |
| YUV | 184.57 | 159.84 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 179 | 241 | 0.28 | 0.26 | 0 | 0.05 | 235.52 | 0.71 | 0.81 |
| Hex | AE | B3 | F1 | 1C | 1A | 0 | 5 | EC | 47 | 51 |
| Octal | 256 | 263 | 361 | 34 | 32 | 0 | 5 | 354 | 107 | 121 |
| Binary | 10101110 | 10110011 | 11110001 | 11100 | 11010 | 0 | 101 | 11101100 | 1000111 | 1010001 |
Color Harmonies of #AEB3F1
Complementary color
Monochromatic Colors of #AEB3F1
Black with #AEB3F1
Text Example
Text Example
White with #AEB3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB3F1; }
p { color: rgb(174,179,241); }
H1.HeaderClassName
{
color: #AEB3F1;
}
.AnyTagClassName
{
color: #AEB3F1;
}
</style>
background-color css
<style>
a { background-color: #AEB3F1; }
a { background-color: rgb(174,179,241); }
div.DivClassName
{
background-color: #AEB3F1;
}
.BgClassName
{
background-color: #AEB3F1;
}
</style>
border-color css
<style>
span { border-color: #AEB3F1; }
span { border-color: rgb(174,179,241); }
td.TdClassName
{
border-color: #AEB3F1;
}
.TagClassName
{
border-color: #AEB3F1;
}
</style>