Shades of Perano #AEBDEF
Tints of Perano #AEBDEF
RGB
CMYK
RGB Variations
Color information
#AEBDEF (or 0xAEBDEF) is known color: Perano. HEX triplet: AE, BD and EF. RGB value is (174,189,239). Sum of RGB (Red+Green+Blue) = 174+189+239=602 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.90% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 239 (93.75% from 255 or 39.70% from 602); Max value from RGB is 239 - color contains mainly: blue. Hex color #AEBDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBDEF is #514210. Grayscale: #BDBDBD. Windows color (decimal): -5325329 or 15711662. OLE color: 15711662.
HSL color Cylindrical-coordinate representation of color #AEBDEF: hue angle of 226.15º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEBDEF is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 174 | 189 | 239 | - |
| CMYK | 0.27 | 0.21 | 0 | 0.06 |
| HSL | 226.15º | 0.67% | 0.81% | - |
| HSV(B) | 226.15º | 0.27% | 0.94% | - |
| XYZ | 51.23 | 51.63 | 88.93 | - |
| YUV | 190.22 | 155.53 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 189 | 239 | 0.27 | 0.21 | 0 | 0.06 | 226.15 | 0.67 | 0.81 |
| Hex | AE | BD | EF | 1B | 15 | 0 | 6 | E2 | 43 | 51 |
| Octal | 256 | 275 | 357 | 33 | 25 | 0 | 6 | 342 | 103 | 121 |
| Binary | 10101110 | 10111101 | 11101111 | 11011 | 10101 | 0 | 110 | 11100010 | 1000011 | 1010001 |
Color Harmonies of #AEBDEF
Complementary color
Monochromatic Colors of #AEBDEF
Black with #AEBDEF
Text Example
Text Example
White with #AEBDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBDEF; }
p { color: rgb(174,189,239); }
H1.HeaderClassName
{
color: #AEBDEF;
}
.AnyTagClassName
{
color: #AEBDEF;
}
</style>
background-color css
<style>
a { background-color: #AEBDEF; }
a { background-color: rgb(174,189,239); }
div.DivClassName
{
background-color: #AEBDEF;
}
.BgClassName
{
background-color: #AEBDEF;
}
</style>
border-color css
<style>
span { border-color: #AEBDEF; }
span { border-color: rgb(174,189,239); }
td.TdClassName
{
border-color: #AEBDEF;
}
.TagClassName
{
border-color: #AEBDEF;
}
</style>