#AEBBF2

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

Shades of Perano #AEBBF2

Tints of Perano #AEBBF2

Color information

#AEBBF2 (or 0xAEBBF2) is unknown color: approx Perano. HEX triplet: AE, BB and F2. RGB value is (174,187,242). Sum of RGB (Red+Green+Blue) = 174+187+242=603 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.86% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 242 (94.92% from 255 or 40.13% from 603); Max value from RGB is 242 - color contains mainly: blue. Hex color #AEBBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBBF2 is #51440D. Grayscale: #BDBDBD. Windows color (decimal): -5325838 or 15907758. OLE color: 15907758.

HSL color Cylindrical-coordinate representation of color #AEBBF2: hue angle of 228.53º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEBBF2 is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB174187242-
CMYK0.280.2300.05
HSL228.53º72.34%81.57%-
HSV(B)228.53º28.1%94.9%-
XYZ51.2550.9591.14-
YUV189.38157.69117.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.86%
GREEN value IS 187 (73.44% from 255) = 31.01%
BLUE value IS 242 (94.92% from 255) = 40.13%
R=28.86%
G=31.01%
B=40.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1741872420.280.2300.05228.5372.3481.57
HexAEBBF21C1705e54852
Octal256273362342705345110122
Binary101011101011101111110010111001011101011110010110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBBF2; }

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

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

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

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

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

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

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

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