Shades of Perano #AEBBF6
Tints of Perano #AEBBF6
RGB
CMYK
RGB Variations
Color information
#AEBBF6 (or 0xAEBBF6) is known color: Perano. HEX triplet: AE, BB and F6. RGB value is (174,187,246). Sum of RGB (Red+Green+Blue) = 174+187+246=607 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.67% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 246 (96.48% from 255 or 40.53% from 607); Max value from RGB is 246 - color contains mainly: blue. Hex color #AEBBF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBBF6 is #514409. Grayscale: #BDBDBD. Windows color (decimal): -5325834 or 16169902. OLE color: 16169902.
HSL color Cylindrical-coordinate representation of color #AEBBF6: hue angle of 229.17º degrees, saturation: 0.8, 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 #AEBBF6 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 174 | 187 | 246 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.04 |
| HSL | 229.17º | 0.8% | 0.82% | - |
| HSV(B) | 229.17º | 0.29% | 0.96% | - |
| XYZ | 51.86 | 51.19 | 94.34 | - |
| YUV | 189.84 | 159.69 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 187 | 246 | 0.29 | 0.24 | 0 | 0.04 | 229.17 | 0.8 | 0.82 |
| Hex | AE | BB | F6 | 1D | 18 | 0 | 4 | E5 | 50 | 52 |
| Octal | 256 | 273 | 366 | 35 | 30 | 0 | 4 | 345 | 120 | 122 |
| Binary | 10101110 | 10111011 | 11110110 | 11101 | 11000 | 0 | 100 | 11100101 | 1010000 | 1010010 |
Color Harmonies of #AEBBF6
Complementary color
Monochromatic Colors of #AEBBF6
Black with #AEBBF6
Text Example
Text Example
White with #AEBBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBBF6; }
p { color: rgb(174,187,246); }
H1.HeaderClassName
{
color: #AEBBF6;
}
.AnyTagClassName
{
color: #AEBBF6;
}
</style>
background-color css
<style>
a { background-color: #AEBBF6; }
a { background-color: rgb(174,187,246); }
div.DivClassName
{
background-color: #AEBBF6;
}
.BgClassName
{
background-color: #AEBBF6;
}
</style>
border-color css
<style>
span { border-color: #AEBBF6; }
span { border-color: rgb(174,187,246); }
td.TdClassName
{
border-color: #AEBBF6;
}
.TagClassName
{
border-color: #AEBBF6;
}
</style>