Shades of Perano #AEBFF1
Tints of Perano #AEBFF1
RGB
CMYK
RGB Variations
Color information
#AEBFF1 (or 0xAEBFF1) is known color: Perano. HEX triplet: AE, BF and F1. RGB value is (174,191,241). Sum of RGB (Red+Green+Blue) = 174+191+241=606 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.71% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 241 (94.53% from 255 or 39.77% from 606); Max value from RGB is 241 - color contains mainly: blue. Hex color #AEBFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBFF1 is #51400E. Grayscale: #BFBFBF. Windows color (decimal): -5324815 or 15843246. OLE color: 15843246.
HSL color Cylindrical-coordinate representation of color #AEBFF1: hue angle of 224.78º 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 #AEBFF1 is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 191 | 241 | - |
| CMYK | 0.28 | 0.21 | 0 | 0.05 |
| HSL | 224.78º | 0.71% | 0.81% | - |
| HSV(B) | 224.78º | 0.28% | 0.95% | - |
| XYZ | 51.96 | 52.61 | 90.64 | - |
| YUV | 191.62 | 155.87 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 191 | 241 | 0.28 | 0.21 | 0 | 0.05 | 224.78 | 0.71 | 0.81 |
| Hex | AE | BF | F1 | 1C | 15 | 0 | 5 | E1 | 47 | 51 |
| Octal | 256 | 277 | 361 | 34 | 25 | 0 | 5 | 341 | 107 | 121 |
| Binary | 10101110 | 10111111 | 11110001 | 11100 | 10101 | 0 | 101 | 11100001 | 1000111 | 1010001 |
Color Harmonies of #AEBFF1
Complementary color
Monochromatic Colors of #AEBFF1
Black with #AEBFF1
Text Example
Text Example
White with #AEBFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBFF1; }
p { color: rgb(174,191,241); }
H1.HeaderClassName
{
color: #AEBFF1;
}
.AnyTagClassName
{
color: #AEBFF1;
}
</style>
background-color css
<style>
a { background-color: #AEBFF1; }
a { background-color: rgb(174,191,241); }
div.DivClassName
{
background-color: #AEBFF1;
}
.BgClassName
{
background-color: #AEBFF1;
}
</style>
border-color css
<style>
span { border-color: #AEBFF1; }
span { border-color: rgb(174,191,241); }
td.TdClassName
{
border-color: #AEBFF1;
}
.TagClassName
{
border-color: #AEBFF1;
}
</style>