Shades of Perano #AEB4EE
Tints of Perano #AEB4EE
RGB
CMYK
RGB Variations
Color information
#AEB4EE (or 0xAEB4EE) is known color: Perano. HEX triplet: AE, B4 and EE. RGB value is (174,180,238). Sum of RGB (Red+Green+Blue) = 174+180+238=592 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.39% from 592); Green value is 180 (70.70% from 255 or 30.41% from 592); Blue value is 238 (93.36% from 255 or 40.20% from 592); Max value from RGB is 238 - color contains mainly: blue. Hex color #AEB4EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEB4EE is #514B11. Grayscale: #B8B8B8. Windows color (decimal): -5327634 or 15643822. OLE color: 15643822.
HSL color Cylindrical-coordinate representation of color #AEB4EE: hue angle of 234.38º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEB4EE is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 180 | 238 | - |
| CMYK | 0.27 | 0.24 | 0 | 0.07 |
| HSL | 234.38º | 0.65% | 0.81% | - |
| HSV(B) | 234.38º | 0.27% | 0.93% | - |
| XYZ | 49.21 | 47.81 | 87.52 | - |
| YUV | 184.82 | 158.01 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 180 | 238 | 0.27 | 0.24 | 0 | 0.07 | 234.38 | 0.65 | 0.81 |
| Hex | AE | B4 | EE | 1B | 18 | 0 | 7 | EA | 41 | 51 |
| Octal | 256 | 264 | 356 | 33 | 30 | 0 | 7 | 352 | 101 | 121 |
| Binary | 10101110 | 10110100 | 11101110 | 11011 | 11000 | 0 | 111 | 11101010 | 1000001 | 1010001 |
Color Harmonies of #AEB4EE
Complementary color
Monochromatic Colors of #AEB4EE
Black with #AEB4EE
Text Example
Text Example
White with #AEB4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB4EE; }
p { color: rgb(174,180,238); }
H1.HeaderClassName
{
color: #AEB4EE;
}
.AnyTagClassName
{
color: #AEB4EE;
}
</style>
background-color css
<style>
a { background-color: #AEB4EE; }
a { background-color: rgb(174,180,238); }
div.DivClassName
{
background-color: #AEB4EE;
}
.BgClassName
{
background-color: #AEB4EE;
}
</style>
border-color css
<style>
span { border-color: #AEB4EE; }
span { border-color: rgb(174,180,238); }
td.TdClassName
{
border-color: #AEB4EE;
}
.TagClassName
{
border-color: #AEB4EE;
}
</style>