#AEB9EB

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

Shades of Perano #AEB9EB

Tints of Perano #AEB9EB

Color information

#AEB9EB (or 0xAEB9EB) is unknown color: approx Perano. HEX triplet: AE, B9 and EB. RGB value is (174,185,235). Sum of RGB (Red+Green+Blue) = 174+185+235=594 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.29% from 594); Green value is 185 (72.66% from 255 or 31.14% from 594); Blue value is 235 (92.19% from 255 or 39.56% from 594); Max value from RGB is 235 - color contains mainly: blue. Hex color #AEB9EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEB9EB is #514614. Grayscale: #BBBBBB. Windows color (decimal): -5326357 or 15448494. OLE color: 15448494.

HSL color Cylindrical-coordinate representation of color #AEB9EB: hue angle of 229.18º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEB9EB is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB174185235-
CMYK0.260.2100.08
HSL229.18º60.4%80.2%-
HSV(B)229.18º25.96%92.16%-
XYZ49.849.6985.56-
YUV187.41154.86118.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.29%
GREEN value IS 185 (72.66% from 255) = 31.14%
BLUE value IS 235 (92.19% from 255) = 39.56%
R=29.29%
G=31.14%
B=39.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1741852350.260.2100.08229.1860.480.2
HexAEB9EB1A1508e53c50
Octal256271353322501034574120
Binary101011101011100111101011110101010101000111001011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB9EB; }

 p { color: rgb(174,185,235); }

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

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

 a { background-color: rgb(174,185,235); }

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

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

 span { border-color: rgb(174,185,235); }

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