#AEBCE0

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

Shades of Perano #AEBCE0

Tints of Perano #AEBCE0

Color information

#AEBCE0 (or 0xAEBCE0) is unknown color: approx Perano. HEX triplet: AE, BC and E0. RGB value is (174,188,224). Sum of RGB (Red+Green+Blue) = 174+188+224=586 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.69% from 586); Green value is 188 (73.83% from 255 or 32.08% from 586); Blue value is 224 (87.89% from 255 or 38.23% from 586); Max value from RGB is 224 - color contains mainly: blue. Hex color #AEBCE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBCE0 is #51431F. Grayscale: #BBBBBB. Windows color (decimal): -5325600 or 14728366. OLE color: 14728366.

HSL color Cylindrical-coordinate representation of color #AEBCE0: hue angle of 223.2º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEBCE0 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB174188224-
CMYK0.220.1600.12
HSL223.2º44.64%78.04%-
HSV(B)223.2º22.32%87.84%-
XYZ48.8950.3577.66-
YUV187.92148.36118.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.69%
GREEN value IS 188 (73.83% from 255) = 32.08%
BLUE value IS 224 (87.89% from 255) = 38.23%
R=29.69%
G=32.08%
B=38.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1741882240.220.1600.12223.244.6478.04
HexAEBCE016100Cdf2d4e
Octal256274340262001433755116
Binary101011101011110011100000101101000001100110111111011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBCE0; }

 p { color: rgb(174,188,224); }

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

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

 a { background-color: rgb(174,188,224); }

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

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

 span { border-color: rgb(174,188,224); }

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