#AEBCEB

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

Shades of Perano #AEBCEB

Tints of Perano #AEBCEB

Color information

#AEBCEB (or 0xAEBCEB) is unknown color: approx Perano. HEX triplet: AE, BC and EB. RGB value is (174,188,235). Sum of RGB (Red+Green+Blue) = 174+188+235=597 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.15% from 597); Green value is 188 (73.83% from 255 or 31.49% from 597); Blue value is 235 (92.19% from 255 or 39.36% from 597); Max value from RGB is 235 - color contains mainly: blue. Hex color #AEBCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBCEB is #514314. Grayscale: #BCBCBC. Windows color (decimal): -5325589 or 15449262. OLE color: 15449262.

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

Color convert

RGB174188235-
CMYK0.260.200.08
HSL226.23º60.4%80.2%-
HSV(B)226.23º25.96%92.16%-
XYZ50.4350.9685.78-
YUV189.17153.86117.18-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.15%
GREEN value IS 188 (73.83% from 255) = 31.49%
BLUE value IS 235 (92.19% from 255) = 39.36%
R=29.15%
G=31.49%
B=39.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1741882350.260.200.08226.2360.480.2
HexAEBCEB1A1408e23c50
Octal256274353322401034274120
Binary101011101011110011101011110101010001000111000101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBCEB; }

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

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

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

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

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

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

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

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