Shades of Perano #AEBCED
Tints of Perano #AEBCED
RGB
CMYK
RGB Variations
Color information
#AEBCED (or 0xAEBCED) is known color: Perano. HEX triplet: AE, BC and ED. RGB value is (174,188,237). Sum of RGB (Red+Green+Blue) = 174+188+237=599 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.05% from 599); Green value is 188 (73.83% from 255 or 31.39% from 599); Blue value is 237 (92.97% from 255 or 39.57% from 599); Max value from RGB is 237 - color contains mainly: blue. Hex color #AEBCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBCED is #514312. Grayscale: #BDBDBD. Windows color (decimal): -5325587 or 15580334. OLE color: 15580334.
HSL color Cylindrical-coordinate representation of color #AEBCED: hue angle of 226.67º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEBCED is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 188 | 237 | - |
| CMYK | 0.27 | 0.21 | 0 | 0.07 |
| HSL | 226.67º | 0.64% | 0.81% | - |
| HSV(B) | 226.67º | 0.27% | 0.93% | - |
| XYZ | 50.72 | 51.08 | 87.31 | - |
| YUV | 189.4 | 154.86 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 188 | 237 | 0.27 | 0.21 | 0 | 0.07 | 226.67 | 0.64 | 0.81 |
| Hex | AE | BC | ED | 1B | 15 | 0 | 7 | E3 | 40 | 51 |
| Octal | 256 | 274 | 355 | 33 | 25 | 0 | 7 | 343 | 100 | 121 |
| Binary | 10101110 | 10111100 | 11101101 | 11011 | 10101 | 0 | 111 | 11100011 | 1000000 | 1010001 |
Color Harmonies of #AEBCED
Complementary color
Monochromatic Colors of #AEBCED
Black with #AEBCED
Text Example
Text Example
White with #AEBCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBCED; }
p { color: rgb(174,188,237); }
H1.HeaderClassName
{
color: #AEBCED;
}
.AnyTagClassName
{
color: #AEBCED;
}
</style>
background-color css
<style>
a { background-color: #AEBCED; }
a { background-color: rgb(174,188,237); }
div.DivClassName
{
background-color: #AEBCED;
}
.BgClassName
{
background-color: #AEBCED;
}
</style>
border-color css
<style>
span { border-color: #AEBCED; }
span { border-color: rgb(174,188,237); }
td.TdClassName
{
border-color: #AEBCED;
}
.TagClassName
{
border-color: #AEBCED;
}
</style>