#AEBCDF

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

Shades of Perano #AEBCDF

Tints of Perano #AEBCDF

Color information

#AEBCDF (or 0xAEBCDF) is unknown color: approx Perano. HEX triplet: AE, BC and DF. RGB value is (174,188,223). Sum of RGB (Red+Green+Blue) = 174+188+223=585 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.74% from 585); Green value is 188 (73.83% from 255 or 32.14% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 223 - color contains mainly: blue. Hex color #AEBCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBCDF is #514320. Grayscale: #BBBBBB. Windows color (decimal): -5325601 or 14662830. OLE color: 14662830.

HSL color Cylindrical-coordinate representation of color #AEBCDF: hue angle of 222.86º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEBCDF is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174188223-
CMYK0.220.1600.13
HSL222.86º43.36%77.84%-
HSV(B)222.86º21.97%87.45%-
XYZ48.7650.2976.95-
YUV187.8147.86118.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.74%
GREEN value IS 188 (73.83% from 255) = 32.14%
BLUE value IS 223 (87.5% from 255) = 38.12%
R=29.74%
G=32.14%
B=38.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741882230.220.1600.13222.8643.3677.84
HexAEBCDF16100Ddf2b4e
Octal256274337262001533753116
Binary101011101011110011011111101101000001101110111111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBCDF; }

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

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

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

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

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

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

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

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