#AEBAED

Color #AEBAED Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #AEBAED

Tints of Perano #AEBAED

Color information

#AEBAED (or 0xAEBAED) is unknown color: approx Perano. HEX triplet: AE, BA and ED. RGB value is (174,186,237). Sum of RGB (Red+Green+Blue) = 174+186+237=597 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.15% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 237 (92.97% from 255 or 39.70% from 597); Max value from RGB is 237 - color contains mainly: blue. Hex color #AEBAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBAED is #514512. Grayscale: #BCBCBC. Windows color (decimal): -5326099 or 15579822. OLE color: 15579822.

HSL color Cylindrical-coordinate representation of color #AEBAED: hue angle of 228.57º 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 #AEBAED is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174186237-
CMYK0.270.2200.07
HSL228.57º63.64%80.59%-
HSV(B)228.57º26.58%92.94%-
XYZ50.350.2387.17-
YUV188.23155.52117.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 29.15%
GREEN value IS 186 (73.05% from 255) = 31.16%
BLUE value IS 237 (92.97% from 255) = 39.70%
R=29.15%
G=31.16%
B=39.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1741862370.270.2200.07228.5763.6480.59
HexAEBAED1B1607e54051
Octal256272355332607345100121
Binary101011101011101011101101110111011001111110010110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBAED; }

 p { color: rgb(174,186,237); }

 H1.HeaderClassName
 {
   color: #AEBAED;
 }
 .AnyTagClassName
 {
   color: #AEBAED;
 }
</style>
background-color css

<style>
 a { background-color: #AEBAED; }

 a { background-color: rgb(174,186,237); }

 div.DivClassName
 {
   background-color: #AEBAED;
 }
 .BgClassName
 {
   background-color: #AEBAED;
 }
</style>
border-color css

<style>
 span { border-color: #AEBAED; }

 span { border-color: rgb(174,186,237); }

 td.TdClassName
 {
   border-color: #AEBAED;
 }
 .TagClassName
 {
   border-color: #AEBAED;
 }
</style>