#AEBCE6

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

Shades of Perano #AEBCE6

Tints of Perano #AEBCE6

Color information

#AEBCE6 (or 0xAEBCE6) is unknown color: approx Perano. HEX triplet: AE, BC and E6. RGB value is (174,188,230). Sum of RGB (Red+Green+Blue) = 174+188+230=592 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.39% from 592); Green value is 188 (73.83% from 255 or 31.76% from 592); Blue value is 230 (90.23% from 255 or 38.85% from 592); Max value from RGB is 230 - color contains mainly: blue. Hex color #AEBCE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBCE6 is #514319. Grayscale: #BCBCBC. Windows color (decimal): -5325594 or 15121582. OLE color: 15121582.

HSL color Cylindrical-coordinate representation of color #AEBCE6: hue angle of 225º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEBCE6 is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB174188230-
CMYK0.240.1800.10
HSL225º52.83%79.22%-
HSV(B)225º24.35%90.2%-
XYZ49.7250.6882.02-
YUV188.6151.36117.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.39%
GREEN value IS 188 (73.83% from 255) = 31.76%
BLUE value IS 230 (90.23% from 255) = 38.85%
R=29.39%
G=31.76%
B=38.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1741882300.240.1800.1022552.8379.22
HexAEBCE618120Ae1354f
Octal256274346302201234165117
Binary101011101011110011100110110001001001010111000011101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBCE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBCE6; }

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

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

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

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

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

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

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

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