#AEBBEB

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

Shades of Perano #AEBBEB

Tints of Perano #AEBBEB

Color information

#AEBBEB (or 0xAEBBEB) is unknown color: approx Perano. HEX triplet: AE, BB and EB. RGB value is (174,187,235). Sum of RGB (Red+Green+Blue) = 174+187+235=596 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.19% from 596); Green value is 187 (73.44% from 255 or 31.38% from 596); Blue value is 235 (92.19% from 255 or 39.43% from 596); Max value from RGB is 235 - color contains mainly: blue. Hex color #AEBBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBBEB is #514414. Grayscale: #BCBCBC. Windows color (decimal): -5325845 or 15449006. OLE color: 15449006.

HSL color Cylindrical-coordinate representation of color #AEBBEB: hue angle of 227.21º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEBBEB is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB174187235-
CMYK0.260.2000.08
HSL227.21º60.4%80.2%-
HSV(B)227.21º25.96%92.16%-
XYZ50.2250.5485.71-
YUV188.58154.19117.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.19%
GREEN value IS 187 (73.44% from 255) = 31.38%
BLUE value IS 235 (92.19% from 255) = 39.43%
R=29.19%
G=31.38%
B=39.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1741872350.260.2000.08227.2160.480.2
HexAEBBEB1A1408e33c50
Octal256273353322401034374120
Binary101011101011101111101011110101010001000111000111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBBEB; }

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

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

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

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

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

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

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

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