Shades of Perano #AEB5E2
Tints of Perano #AEB5E2
RGB
CMYK
RGB Variations
Color information
#AEB5E2 (or 0xAEB5E2) is known color: Perano. HEX triplet: AE, B5 and E2. RGB value is (174,181,226). Sum of RGB (Red+Green+Blue) = 174+181+226=581 (76% of max value = 765). Red value is 174 (68.36% from 255 or 29.95% from 581); Green value is 181 (71.09% from 255 or 31.15% from 581); Blue value is 226 (88.67% from 255 or 38.90% from 581); Max value from RGB is 226 - color contains mainly: blue. Hex color #AEB5E2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB5E2 is #514A1D. Grayscale: #B7B7B7. Windows color (decimal): -5327390 or 14857646. OLE color: 14857646.
HSL color Cylindrical-coordinate representation of color #AEB5E2: hue angle of 231.92º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEB5E2 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 174 | 181 | 226 | - |
CMYK | 0.23 | 0.20 | 0 | 0.11 |
HSL | 231.92º | 0.47% | 0.78% | - |
HSV(B) | 231.92º | 0.23% | 0.89% | - |
XYZ | 47.71 | 47.54 | 78.61 | - |
YUV | 184.04 | 151.68 | 120.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 181 | 226 | 0.23 | 0.20 | 0 | 0.11 | 231.92 | 0.47 | 0.78 |
Hex | AE | B5 | E2 | 17 | 14 | 0 | B | E8 | 2F | 4E |
Octal | 256 | 265 | 342 | 27 | 24 | 0 | 13 | 350 | 57 | 116 |
Binary | 10101110 | 10110101 | 11100010 | 10111 | 10100 | 0 | 1011 | 11101000 | 101111 | 1001110 |
Color Harmonies of #AEB5E2
Complementary color
Monochromatic Colors of #AEB5E2
Black with #AEB5E2
Text Example
Text Example
White with #AEB5E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB5E2; }
p { color: rgb(174,181,226); }
H1.HeaderClassName
{
color: #AEB5E2;
}
.AnyTagClassName
{
color: #AEB5E2;
}
</style>
background-color css
<style>
a { background-color: #AEB5E2; }
a { background-color: rgb(174,181,226); }
div.DivClassName
{
background-color: #AEB5E2;
}
.BgClassName
{
background-color: #AEB5E2;
}
</style>
border-color css
<style>
span { border-color: #AEB5E2; }
span { border-color: rgb(174,181,226); }
td.TdClassName
{
border-color: #AEB5E2;
}
.TagClassName
{
border-color: #AEB5E2;
}
</style>