#AEBBF4

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

Shades of Perano #AEBBF4

Tints of Perano #AEBBF4

Color information

#AEBBF4 (or 0xAEBBF4) is unknown color: approx Perano. HEX triplet: AE, BB and F4. RGB value is (174,187,244). Sum of RGB (Red+Green+Blue) = 174+187+244=605 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.76% from 605); Green value is 187 (73.44% from 255 or 30.91% from 605); Blue value is 244 (95.70% from 255 or 40.33% from 605); Max value from RGB is 244 - color contains mainly: blue. Hex color #AEBBF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBBF4 is #51440B. Grayscale: #BDBDBD. Windows color (decimal): -5325836 or 16038830. OLE color: 16038830.

HSL color Cylindrical-coordinate representation of color #AEBBF4: hue angle of 228.86º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEBBF4 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB174187244-
CMYK0.290.2300.04
HSL228.86º76.09%81.96%-
HSV(B)228.86º28.69%95.69%-
XYZ51.5651.0792.73-
YUV189.61158.69116.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.76%
GREEN value IS 187 (73.44% from 255) = 30.91%
BLUE value IS 244 (95.70% from 255) = 40.33%
R=28.76%
G=30.91%
B=40.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1741872440.290.2300.04228.8676.0981.96
HexAEBBF41D1704e54c52
Octal256273364352704345114122
Binary101011101011101111110100111011011101001110010110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBBF4; }

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

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

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

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

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

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

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

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