#AEBBDB

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

Shades of Perano #AEBBDB

Tints of Perano #AEBBDB

Color information

#AEBBDB (or 0xAEBBDB) is unknown color: approx Perano. HEX triplet: AE, BB and DB. RGB value is (174,187,219). Sum of RGB (Red+Green+Blue) = 174+187+219=580 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30% from 580); Green value is 187 (73.44% from 255 or 32.24% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 219 - color contains mainly: blue. Hex color #AEBBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBBDB is #514424. Grayscale: #BABABA. Windows color (decimal): -5325861 or 14400430. OLE color: 14400430.

HSL color Cylindrical-coordinate representation of color #AEBBDB: hue angle of 222.67º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEBBDB is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB174187219-
CMYK0.210.1500.14
HSL222.67º38.46%77.06%-
HSV(B)222.67º20.55%85.88%-
XYZ48.0149.6574.07-
YUV186.76146.19118.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30%
GREEN value IS 187 (73.44% from 255) = 32.24%
BLUE value IS 219 (85.94% from 255) = 37.76%
R=30%
G=32.24%
B=37.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1741872190.210.1500.14222.6738.4677.06
HexAEBBDB15F0Edf264d
Octal256273333251701633746115
Binary10101110101110111101101110101111101110110111111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBBDB; }

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

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

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

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

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

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

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

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