#AEBAFB

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

Shades of Perano #AEBAFB

Tints of Perano #AEBAFB

Color information

#AEBAFB (or 0xAEBAFB) is unknown color: approx Perano. HEX triplet: AE, BA and FB. RGB value is (174,186,251). Sum of RGB (Red+Green+Blue) = 174+186+251=611 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.48% from 611); Green value is 186 (73.05% from 255 or 30.44% from 611); Blue value is 251 (98.44% from 255 or 41.08% from 611); Max value from RGB is 251 - color contains mainly: blue. Hex color #AEBAFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBAFB is #514504. Grayscale: #BDBDBD. Windows color (decimal): -5326085 or 16497326. OLE color: 16497326.

HSL color Cylindrical-coordinate representation of color #AEBAFB: hue angle of 230.65º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEBAFB is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB174186251-
CMYK0.310.2600.02
HSL230.65º90.59%83.33%-
HSV(B)230.65º30.68%98.43%-
XYZ52.4351.0898.36-
YUV189.82162.52116.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.48%
GREEN value IS 186 (73.05% from 255) = 30.44%
BLUE value IS 251 (98.44% from 255) = 41.08%
R=28.48%
G=30.44%
B=41.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1741862510.310.2600.02230.6590.5983.33
HexAEBAFB1F1A02e75b53
Octal256272373373202347133123
Binary10101110101110101111101111111110100101110011110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBAFB; }

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

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

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

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

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

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

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

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