#AEBAEB

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

Shades of Perano #AEBAEB

Tints of Perano #AEBAEB

Color information

#AEBAEB (or 0xAEBAEB) is unknown color: approx Perano. HEX triplet: AE, BA and EB. RGB value is (174,186,235). Sum of RGB (Red+Green+Blue) = 174+186+235=595 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.24% from 595); Green value is 186 (73.05% from 255 or 31.26% from 595); Blue value is 235 (92.19% from 255 or 39.50% from 595); Max value from RGB is 235 - color contains mainly: blue. Hex color #AEBAEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBAEB is #514514. Grayscale: #BBBBBB. Windows color (decimal): -5326101 or 15448750. OLE color: 15448750.

HSL color Cylindrical-coordinate representation of color #AEBAEB: hue angle of 228.2º 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 #AEBAEB is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB174186235-
CMYK0.260.2100.08
HSL228.2º60.4%80.2%-
HSV(B)228.2º25.96%92.16%-
XYZ50.0150.1185.63-
YUV188154.52118.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.24%
GREEN value IS 186 (73.05% from 255) = 31.26%
BLUE value IS 235 (92.19% from 255) = 39.50%
R=29.24%
G=31.26%
B=39.50%

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
Decimal1741862350.260.2100.08228.260.480.2
HexAEBAEB1A1508e43c50
Octal256272353322501034474120
Binary101011101011101011101011110101010101000111001001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBAEB; }

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

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

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

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

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

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

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

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