#AEBBE0

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

Shades of Perano #AEBBE0

Tints of Perano #AEBBE0

Color information

#AEBBE0 (or 0xAEBBE0) is unknown color: approx Perano. HEX triplet: AE, BB and E0. RGB value is (174,187,224). Sum of RGB (Red+Green+Blue) = 174+187+224=585 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.74% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 224 (87.89% from 255 or 38.29% from 585); Max value from RGB is 224 - color contains mainly: blue. Hex color #AEBBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBBE0 is #51441F. Grayscale: #BBBBBB. Windows color (decimal): -5325856 or 14728110. OLE color: 14728110.

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

Color convert

RGB174187224-
CMYK0.220.1700.12
HSL224.4º44.64%78.04%-
HSV(B)224.4º22.32%87.84%-
XYZ48.6849.9277.59-
YUV187.33148.69118.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.74%
GREEN value IS 187 (73.44% from 255) = 31.97%
BLUE value IS 224 (87.89% from 255) = 38.29%
R=29.74%
G=31.97%
B=38.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1741872240.220.1700.12224.444.6478.04
HexAEBBE016110Ce02d4e
Octal256273340262101434055116
Binary101011101011101111100000101101000101100111000001011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBBE0; }

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

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

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

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

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

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

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

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