Shades of Perano #AEBDE8
Tints of Perano #AEBDE8
RGB
CMYK
RGB Variations
Color information
#AEBDE8 (or 0xAEBDE8) is known color: Perano. HEX triplet: AE, BD and E8. RGB value is (174,189,232). Sum of RGB (Red+Green+Blue) = 174+189+232=595 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.24% from 595); Green value is 189 (74.22% from 255 or 31.76% from 595); Blue value is 232 (91.02% from 255 or 38.99% from 595); Max value from RGB is 232 - color contains mainly: blue. Hex color #AEBDE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBDE8 is #514217. Grayscale: #BDBDBD. Windows color (decimal): -5325336 or 15252910. OLE color: 15252910.
HSL color Cylindrical-coordinate representation of color #AEBDE8: hue angle of 224.48º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEBDE8 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 174 | 189 | 232 | - |
| CMYK | 0.25 | 0.19 | 0 | 0.09 |
| HSL | 224.48º | 0.56% | 0.8% | - |
| HSV(B) | 224.48º | 0.25% | 0.91% | - |
| XYZ | 50.22 | 51.22 | 83.58 | - |
| YUV | 189.42 | 152.03 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 189 | 232 | 0.25 | 0.19 | 0 | 0.09 | 224.48 | 0.56 | 0.8 |
| Hex | AE | BD | E8 | 19 | 13 | 0 | 9 | E0 | 38 | 50 |
| Octal | 256 | 275 | 350 | 31 | 23 | 0 | 11 | 340 | 70 | 120 |
| Binary | 10101110 | 10111101 | 11101000 | 11001 | 10011 | 0 | 1001 | 11100000 | 111000 | 1010000 |
Color Harmonies of #AEBDE8
Complementary color
Monochromatic Colors of #AEBDE8
Black with #AEBDE8
Text Example
Text Example
White with #AEBDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBDE8; }
p { color: rgb(174,189,232); }
H1.HeaderClassName
{
color: #AEBDE8;
}
.AnyTagClassName
{
color: #AEBDE8;
}
</style>
background-color css
<style>
a { background-color: #AEBDE8; }
a { background-color: rgb(174,189,232); }
div.DivClassName
{
background-color: #AEBDE8;
}
.BgClassName
{
background-color: #AEBDE8;
}
</style>
border-color css
<style>
span { border-color: #AEBDE8; }
span { border-color: rgb(174,189,232); }
td.TdClassName
{
border-color: #AEBDE8;
}
.TagClassName
{
border-color: #AEBDE8;
}
</style>