#AEBFEB

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

Shades of Perano #AEBFEB

Tints of Perano #AEBFEB

Color information

#AEBFEB (or 0xAEBFEB) is unknown color: approx Perano. HEX triplet: AE, BF and EB. RGB value is (174,191,235). Sum of RGB (Red+Green+Blue) = 174+191+235=600 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29% from 600); Green value is 191 (75% from 255 or 31.83% from 600); Blue value is 235 (92.19% from 255 or 39.17% from 600); Max value from RGB is 235 - color contains mainly: blue. Hex color #AEBFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBFEB is #514014. Grayscale: #BEBEBE. Windows color (decimal): -5324821 or 15450030. OLE color: 15450030.

HSL color Cylindrical-coordinate representation of color #AEBFEB: hue angle of 223.28º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEBFEB is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB174191235-
CMYK0.260.1900.08
HSL223.28º60.4%80.2%-
HSV(B)223.28º25.96%92.16%-
XYZ51.0852.2685.99-
YUV190.93152.87115.92-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29%
GREEN value IS 191 (75% from 255) = 31.83%
BLUE value IS 235 (92.19% from 255) = 39.17%
R=29%
G=31.83%
B=39.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1741912350.260.1900.08223.2860.480.2
HexAEBFEB1A1308df3c50
Octal256277353322301033774120
Binary101011101011111111101011110101001101000110111111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBFEB; }

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

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

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

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

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

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

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

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