Shades of Perano #AEBFF4
Tints of Perano #AEBFF4
RGB
CMYK
RGB Variations
Color information
#AEBFF4 (or 0xAEBFF4) is known color: Perano. HEX triplet: AE, BF and F4. RGB value is (174,191,244). Sum of RGB (Red+Green+Blue) = 174+191+244=609 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.57% from 609); Green value is 191 (75% from 255 or 31.36% from 609); Blue value is 244 (95.70% from 255 or 40.07% from 609); Max value from RGB is 244 - color contains mainly: blue. Hex color #AEBFF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBFF4 is #51400B. Grayscale: #BFBFBF. Windows color (decimal): -5324812 or 16039854. OLE color: 16039854.
HSL color Cylindrical-coordinate representation of color #AEBFF4: hue angle of 225.43º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEBFF4 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 174 | 191 | 244 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.04 |
| HSL | 225.43º | 0.76% | 0.82% | - |
| HSV(B) | 225.43º | 0.29% | 0.96% | - |
| XYZ | 52.42 | 52.79 | 93.02 | - |
| YUV | 191.96 | 157.37 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 191 | 244 | 0.29 | 0.22 | 0 | 0.04 | 225.43 | 0.76 | 0.82 |
| Hex | AE | BF | F4 | 1D | 16 | 0 | 4 | E1 | 4C | 52 |
| Octal | 256 | 277 | 364 | 35 | 26 | 0 | 4 | 341 | 114 | 122 |
| Binary | 10101110 | 10111111 | 11110100 | 11101 | 10110 | 0 | 100 | 11100001 | 1001100 | 1010010 |
Color Harmonies of #AEBFF4
Complementary color
Monochromatic Colors of #AEBFF4
Black with #AEBFF4
Text Example
Text Example
White with #AEBFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBFF4; }
p { color: rgb(174,191,244); }
H1.HeaderClassName
{
color: #AEBFF4;
}
.AnyTagClassName
{
color: #AEBFF4;
}
</style>
background-color css
<style>
a { background-color: #AEBFF4; }
a { background-color: rgb(174,191,244); }
div.DivClassName
{
background-color: #AEBFF4;
}
.BgClassName
{
background-color: #AEBFF4;
}
</style>
border-color css
<style>
span { border-color: #AEBFF4; }
span { border-color: rgb(174,191,244); }
td.TdClassName
{
border-color: #AEBFF4;
}
.TagClassName
{
border-color: #AEBFF4;
}
</style>