#AEB8FB

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

Shades of Perano #AEB8FB

Tints of Perano #AEB8FB

Color information

#AEB8FB (or 0xAEB8FB) is unknown color: approx Perano. HEX triplet: AE, B8 and FB. RGB value is (174,184,251). Sum of RGB (Red+Green+Blue) = 174+184+251=609 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.57% from 609); Green value is 184 (72.27% from 255 or 30.21% from 609); Blue value is 251 (98.44% from 255 or 41.22% from 609); Max value from RGB is 251 - color contains mainly: blue. Hex color #AEB8FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEB8FB is #514704. Grayscale: #BCBCBC. Windows color (decimal): -5326597 or 16496814. OLE color: 16496814.

HSL color Cylindrical-coordinate representation of color #AEB8FB: hue angle of 232.21º 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 #AEB8FB is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB174184251-
CMYK0.310.2700.02
HSL232.21º90.59%83.33%-
HSV(B)232.21º30.68%98.43%-
XYZ52.0150.2498.22-
YUV188.65163.19117.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.57%
GREEN value IS 184 (72.27% from 255) = 30.21%
BLUE value IS 251 (98.44% from 255) = 41.22%
R=28.57%
G=30.21%
B=41.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1741842510.310.2700.02232.2190.5983.33
HexAEB8FB1F1B02e85b53
Octal256270373373302350133123
Binary10101110101110001111101111111110110101110100010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB8FB; }

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

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

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

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

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

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

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

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