#AEBCE3

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

Shades of Perano #AEBCE3

Tints of Perano #AEBCE3

Color information

#AEBCE3 (or 0xAEBCE3) is unknown color: approx Perano. HEX triplet: AE, BC and E3. RGB value is (174,188,227). Sum of RGB (Red+Green+Blue) = 174+188+227=589 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.54% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 227 (89.06% from 255 or 38.54% from 589); Max value from RGB is 227 - color contains mainly: blue. Hex color #AEBCE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBCE3 is #51431C. Grayscale: #BCBCBC. Windows color (decimal): -5325597 or 14924974. OLE color: 14924974.

HSL color Cylindrical-coordinate representation of color #AEBCE3: hue angle of 224.15º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEBCE3 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB174188227-
CMYK0.230.1700.11
HSL224.15º48.62%78.63%-
HSV(B)224.15º23.35%89.02%-
XYZ49.350.5179.82-
YUV188.26149.86117.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.54%
GREEN value IS 188 (73.83% from 255) = 31.92%
BLUE value IS 227 (89.06% from 255) = 38.54%
R=29.54%
G=31.92%
B=38.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1741882270.230.1700.11224.1548.6278.63
HexAEBCE317110Be0314f
Octal256274343272101334061117
Binary101011101011110011100011101111000101011111000001100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBCE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBCE3; }

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

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

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

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

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

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

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

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