#AEBBEF

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

Shades of Perano #AEBBEF

Tints of Perano #AEBBEF

Color information

#AEBBEF (or 0xAEBBEF) is unknown color: approx Perano. HEX triplet: AE, BB and EF. RGB value is (174,187,239). Sum of RGB (Red+Green+Blue) = 174+187+239=600 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 239 (93.75% from 255 or 39.83% from 600); Max value from RGB is 239 - color contains mainly: blue. Hex color #AEBBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBBEF is #514410. Grayscale: #BCBCBC. Windows color (decimal): -5325841 or 15711150. OLE color: 15711150.

HSL color Cylindrical-coordinate representation of color #AEBBEF: hue angle of 228º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEBBEF is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB174187239-
CMYK0.270.2200.06
HSL228º67.01%80.98%-
HSV(B)228º27.2%93.73%-
XYZ50.8150.7788.78-
YUV189.04156.19117.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29%
GREEN value IS 187 (73.44% from 255) = 31.17%
BLUE value IS 239 (93.75% from 255) = 39.83%
R=29%
G=31.17%
B=39.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1741872390.270.2200.0622867.0180.98
HexAEBBEF1B1606e44351
Octal256273357332606344103121
Binary101011101011101111101111110111011001101110010010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBBEF; }

 p { color: rgb(174,187,239); }

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

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

 a { background-color: rgb(174,187,239); }

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

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

 span { border-color: rgb(174,187,239); }

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