#AEBBE1

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

Shades of Perano #AEBBE1

Tints of Perano #AEBBE1

Color information

#AEBBE1 (or 0xAEBBE1) is unknown color: approx Perano. HEX triplet: AE, BB and E1. RGB value is (174,187,225). Sum of RGB (Red+Green+Blue) = 174+187+225=586 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.69% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 225 (88.28% from 255 or 38.40% from 586); Max value from RGB is 225 - color contains mainly: blue. Hex color #AEBBE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBBE1 is #51441E. Grayscale: #BBBBBB. Windows color (decimal): -5325855 or 14793646. OLE color: 14793646.

HSL color Cylindrical-coordinate representation of color #AEBBE1: hue angle of 224.71º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEBBE1 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB174187225-
CMYK0.230.1700.12
HSL224.71º45.95%78.24%-
HSV(B)224.71º22.67%88.24%-
XYZ48.8249.9878.31-
YUV187.44149.19118.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.69%
GREEN value IS 187 (73.44% from 255) = 31.91%
BLUE value IS 225 (88.28% from 255) = 38.40%
R=29.69%
G=31.91%
B=38.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1741872250.230.1700.12224.7145.9578.24
HexAEBBE117110Ce12e4e
Octal256273341272101434156116
Binary101011101011101111100001101111000101100111000011011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBBE1; }

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

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

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

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

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

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

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

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