#AEBBDF

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

Shades of Perano #AEBBDF

Tints of Perano #AEBBDF

Color information

#AEBBDF (or 0xAEBBDF) is unknown color: approx Perano. HEX triplet: AE, BB and DF. RGB value is (174,187,223). Sum of RGB (Red+Green+Blue) = 174+187+223=584 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.79% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 223 - color contains mainly: blue. Hex color #AEBBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBBDF is #514420. Grayscale: #BBBBBB. Windows color (decimal): -5325857 or 14662574. OLE color: 14662574.

HSL color Cylindrical-coordinate representation of color #AEBBDF: hue angle of 224.08º 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 #AEBBDF is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174187223-
CMYK0.220.1600.13
HSL224.08º43.36%77.84%-
HSV(B)224.08º21.97%87.45%-
XYZ48.5549.8776.88-
YUV187.22148.19118.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.79%
GREEN value IS 187 (73.44% from 255) = 32.02%
BLUE value IS 223 (87.5% from 255) = 38.18%
R=29.79%
G=32.02%
B=38.18%

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
Decimal1741872230.220.1600.13224.0843.3677.84
HexAEBBDF16100De02b4e
Octal256273337262001534053116
Binary101011101011101111011111101101000001101111000001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBBDF; }

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

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

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

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

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

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

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

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