#AEB0ED

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

Shades of Perano #AEB0ED

Tints of Perano #AEB0ED

Color information

#AEB0ED (or 0xAEB0ED) is unknown color: approx Perano. HEX triplet: AE, B0 and ED. RGB value is (174,176,237). Sum of RGB (Red+Green+Blue) = 174+176+237=587 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.64% from 587); Green value is 176 (69.14% from 255 or 29.98% from 587); Blue value is 237 (92.97% from 255 or 40.37% from 587); Max value from RGB is 237 - color contains mainly: blue. Hex color #AEB0ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEB0ED is #514F12. Grayscale: #B6B6B6. Windows color (decimal): -5328659 or 15577262. OLE color: 15577262.

HSL color Cylindrical-coordinate representation of color #AEB0ED: hue angle of 238.1º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEB0ED is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174176237-
CMYK0.270.2600.07
HSL238.1º63.64%80.59%-
HSV(B)238.1º26.58%92.94%-
XYZ48.2746.1686.49-
YUV182.36158.84122.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.64%
GREEN value IS 176 (69.14% from 255) = 29.98%
BLUE value IS 237 (92.97% from 255) = 40.37%
R=29.64%
G=29.98%
B=40.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1741762370.270.2600.07238.163.6480.59
HexAEB0ED1B1A07ee4051
Octal256260355333207356100121
Binary101011101011000011101101110111101001111110111010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB0ED; }

 p { color: rgb(174,176,237); }

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

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

 a { background-color: rgb(174,176,237); }

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

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

 span { border-color: rgb(174,176,237); }

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