Shades of Perano #AEB1DE
Tints of Perano #AEB1DE
RGB
CMYK
RGB Variations
Color information
#AEB1DE (or 0xAEB1DE) is known color: Perano. HEX triplet: AE, B1 and DE. RGB value is (174,177,222). Sum of RGB (Red+Green+Blue) = 174+177+222=573 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.37% from 573); Green value is 177 (69.53% from 255 or 30.89% from 573); Blue value is 222 (87.11% from 255 or 38.74% from 573); Max value from RGB is 222 - color contains mainly: blue. Hex color #AEB1DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB1DE is #514E21. Grayscale: #B5B5B5. Windows color (decimal): -5328418 or 14594478. OLE color: 14594478.
HSL color Cylindrical-coordinate representation of color #AEB1DE: hue angle of 236.25º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEB1DE is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 177 | 222 | - |
| CMYK | 0.22 | 0.20 | 0 | 0.13 |
| HSL | 236.25º | 0.42% | 0.78% | - |
| HSV(B) | 236.25º | 0.22% | 0.87% | - |
| XYZ | 46.36 | 45.72 | 75.49 | - |
| YUV | 181.23 | 151.01 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 177 | 222 | 0.22 | 0.20 | 0 | 0.13 | 236.25 | 0.42 | 0.78 |
| Hex | AE | B1 | DE | 16 | 14 | 0 | D | EC | 2A | 4E |
| Octal | 256 | 261 | 336 | 26 | 24 | 0 | 15 | 354 | 52 | 116 |
| Binary | 10101110 | 10110001 | 11011110 | 10110 | 10100 | 0 | 1101 | 11101100 | 101010 | 1001110 |
Color Harmonies of #AEB1DE
Complementary color
Monochromatic Colors of #AEB1DE
Black with #AEB1DE
Text Example
Text Example
White with #AEB1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB1DE; }
p { color: rgb(174,177,222); }
H1.HeaderClassName
{
color: #AEB1DE;
}
.AnyTagClassName
{
color: #AEB1DE;
}
</style>
background-color css
<style>
a { background-color: #AEB1DE; }
a { background-color: rgb(174,177,222); }
div.DivClassName
{
background-color: #AEB1DE;
}
.BgClassName
{
background-color: #AEB1DE;
}
</style>
border-color css
<style>
span { border-color: #AEB1DE; }
span { border-color: rgb(174,177,222); }
td.TdClassName
{
border-color: #AEB1DE;
}
.TagClassName
{
border-color: #AEB1DE;
}
</style>