#AEBDE3

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

Shades of Perano #AEBDE3

Tints of Perano #AEBDE3

Color information

#AEBDE3 (or 0xAEBDE3) is unknown color: approx Perano. HEX triplet: AE, BD and E3. RGB value is (174,189,227). Sum of RGB (Red+Green+Blue) = 174+189+227=590 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.49% from 590); Green value is 189 (74.22% from 255 or 32.03% from 590); Blue value is 227 (89.06% from 255 or 38.47% from 590); Max value from RGB is 227 - color contains mainly: blue. Hex color #AEBDE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBDE3 is #51421C. Grayscale: #BCBCBC. Windows color (decimal): -5325341 or 14925230. OLE color: 14925230.

HSL color Cylindrical-coordinate representation of color #AEBDE3: hue angle of 223.02º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEBDE3 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB174189227-
CMYK0.230.1700.11
HSL223.02º48.62%78.63%-
HSV(B)223.02º23.35%89.02%-
XYZ49.5250.9479.9-
YUV188.85149.53117.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.49%
GREEN value IS 189 (74.22% from 255) = 32.03%
BLUE value IS 227 (89.06% from 255) = 38.47%
R=29.49%
G=32.03%
B=38.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1741892270.230.1700.11223.0248.6278.63
HexAEBDE317110Bdf314f
Octal256275343272101333761117
Binary101011101011110111100011101111000101011110111111100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBDE3; }

 p { color: rgb(174,189,227); }

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

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

 a { background-color: rgb(174,189,227); }

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

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

 span { border-color: rgb(174,189,227); }

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