Shades of Perano #AEBADB
Tints of Perano #AEBADB
RGB
CMYK
RGB Variations
Color information
#AEBADB (or 0xAEBADB) is known color: Perano. HEX triplet: AE, BA and DB. RGB value is (174,186,219). Sum of RGB (Red+Green+Blue) = 174+186+219=579 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.05% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 219 - color contains mainly: blue. Hex color #AEBADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBADB is #514524. Grayscale: #BABABA. Windows color (decimal): -5326117 or 14400174. OLE color: 14400174.
HSL color Cylindrical-coordinate representation of color #AEBADB: hue angle of 224º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEBADB is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 186 | 219 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.14 |
| HSL | 224º | 0.38% | 0.77% | - |
| HSV(B) | 224º | 0.21% | 0.86% | - |
| XYZ | 47.8 | 49.23 | 74 | - |
| YUV | 186.17 | 146.52 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 186 | 219 | 0.21 | 0.15 | 0 | 0.14 | 224 | 0.38 | 0.77 |
| Hex | AE | BA | DB | 15 | F | 0 | E | E0 | 26 | 4D |
| Octal | 256 | 272 | 333 | 25 | 17 | 0 | 16 | 340 | 46 | 115 |
| Binary | 10101110 | 10111010 | 11011011 | 10101 | 1111 | 0 | 1110 | 11100000 | 100110 | 1001101 |
Color Harmonies of #AEBADB
Complementary color
Monochromatic Colors of #AEBADB
Black with #AEBADB
Text Example
Text Example
White with #AEBADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBADB; }
p { color: rgb(174,186,219); }
H1.HeaderClassName
{
color: #AEBADB;
}
.AnyTagClassName
{
color: #AEBADB;
}
</style>
background-color css
<style>
a { background-color: #AEBADB; }
a { background-color: rgb(174,186,219); }
div.DivClassName
{
background-color: #AEBADB;
}
.BgClassName
{
background-color: #AEBADB;
}
</style>
border-color css
<style>
span { border-color: #AEBADB; }
span { border-color: rgb(174,186,219); }
td.TdClassName
{
border-color: #AEBADB;
}
.TagClassName
{
border-color: #AEBADB;
}
</style>