Shades of Perano #AEB3E7
Tints of Perano #AEB3E7
RGB
CMYK
RGB Variations
Color information
#AEB3E7 (or 0xAEB3E7) is known color: Perano. HEX triplet: AE, B3 and E7. RGB value is (174,179,231). Sum of RGB (Red+Green+Blue) = 174+179+231=584 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.79% from 584); Green value is 179 (70.31% from 255 or 30.65% from 584); Blue value is 231 (90.62% from 255 or 39.55% from 584); Max value from RGB is 231 - color contains mainly: blue. Hex color #AEB3E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEB3E7 is #514C18. Grayscale: #B7B7B7. Windows color (decimal): -5327897 or 15184814. OLE color: 15184814.
HSL color Cylindrical-coordinate representation of color #AEB3E7: hue angle of 234.74º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEB3E7 is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 174 | 179 | 231 | - |
| CMYK | 0.25 | 0.23 | 0 | 0.09 |
| HSL | 234.74º | 0.54% | 0.79% | - |
| HSV(B) | 234.74º | 0.25% | 0.91% | - |
| XYZ | 48 | 47.01 | 82.15 | - |
| YUV | 183.43 | 154.84 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 179 | 231 | 0.25 | 0.23 | 0 | 0.09 | 234.74 | 0.54 | 0.79 |
| Hex | AE | B3 | E7 | 19 | 17 | 0 | 9 | EB | 36 | 4F |
| Octal | 256 | 263 | 347 | 31 | 27 | 0 | 11 | 353 | 66 | 117 |
| Binary | 10101110 | 10110011 | 11100111 | 11001 | 10111 | 0 | 1001 | 11101011 | 110110 | 1001111 |
Color Harmonies of #AEB3E7
Complementary color
Monochromatic Colors of #AEB3E7
Black with #AEB3E7
Text Example
Text Example
White with #AEB3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB3E7; }
p { color: rgb(174,179,231); }
H1.HeaderClassName
{
color: #AEB3E7;
}
.AnyTagClassName
{
color: #AEB3E7;
}
</style>
background-color css
<style>
a { background-color: #AEB3E7; }
a { background-color: rgb(174,179,231); }
div.DivClassName
{
background-color: #AEB3E7;
}
.BgClassName
{
background-color: #AEB3E7;
}
</style>
border-color css
<style>
span { border-color: #AEB3E7; }
span { border-color: rgb(174,179,231); }
td.TdClassName
{
border-color: #AEB3E7;
}
.TagClassName
{
border-color: #AEB3E7;
}
</style>