#AEBFE3

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

Shades of Perano #AEBFE3

Tints of Perano #AEBFE3

Color information

#AEBFE3 (or 0xAEBFE3) is unknown color: approx Perano. HEX triplet: AE, BF and E3. RGB value is (174,191,227). Sum of RGB (Red+Green+Blue) = 174+191+227=592 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.39% from 592); Green value is 191 (75% from 255 or 32.26% from 592); Blue value is 227 (89.06% from 255 or 38.34% from 592); Max value from RGB is 227 - color contains mainly: blue. Hex color #AEBFE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBFE3 is #51401C. Grayscale: #BDBDBD. Windows color (decimal): -5324829 or 14925742. OLE color: 14925742.

HSL color Cylindrical-coordinate representation of color #AEBFE3: hue angle of 220.75º 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 #AEBFE3 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB174191227-
CMYK0.230.1600.11
HSL220.75º48.62%78.63%-
HSV(B)220.75º23.35%89.02%-
XYZ49.9551.8180.04-
YUV190.02148.87116.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.39%
GREEN value IS 191 (75% from 255) = 32.26%
BLUE value IS 227 (89.06% from 255) = 38.34%
R=29.39%
G=32.26%
B=38.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1741912270.230.1600.11220.7548.6278.63
HexAEBFE317100Bdd314f
Octal256277343272001333561117
Binary101011101011111111100011101111000001011110111011100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBFE3; }

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

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

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

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

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

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

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

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