#AEBCED

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

Shades of Perano #AEBCED

Tints of Perano #AEBCED

Color information

#AEBCED (or 0xAEBCED) is unknown color: approx 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

RGB174188237-
CMYK0.270.2100.07
HSL226.67º63.64%80.59%-
HSV(B)226.67º26.58%92.94%-
XYZ50.7251.0887.31-
YUV189.4154.86117.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.05%
GREEN value IS 188 (73.83% from 255) = 31.39%
BLUE value IS 237 (92.97% from 255) = 39.57%
R=29.05%
G=31.39%
B=39.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1741882370.270.2100.07226.6763.6480.59
HexAEBCED1B1507e34051
Octal256274355332507343100121
Binary101011101011110011101101110111010101111110001110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>