#AEBBED

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

Shades of Perano #AEBBED

Tints of Perano #AEBBED

Color information

#AEBBED (or 0xAEBBED) is unknown color: approx Perano. HEX triplet: AE, BB and ED. RGB value is (174,187,237). Sum of RGB (Red+Green+Blue) = 174+187+237=598 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.10% from 598); Green value is 187 (73.44% from 255 or 31.27% from 598); Blue value is 237 (92.97% from 255 or 39.63% from 598); Max value from RGB is 237 - color contains mainly: blue. Hex color #AEBBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBBED is #514412. Grayscale: #BCBCBC. Windows color (decimal): -5325843 or 15580078. OLE color: 15580078.

HSL color Cylindrical-coordinate representation of color #AEBBED: hue angle of 227.62º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEBBED is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174187237-
CMYK0.270.2100.07
HSL227.62º63.64%80.59%-
HSV(B)227.62º26.58%92.94%-
XYZ50.5150.6587.24-
YUV188.81155.19117.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.10%
GREEN value IS 187 (73.44% from 255) = 31.27%
BLUE value IS 237 (92.97% from 255) = 39.63%
R=29.10%
G=31.27%
B=39.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1741872370.270.2100.07227.6263.6480.59
HexAEBBED1B1507e44051
Octal256273355332507344100121
Binary101011101011101111101101110111010101111110010010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBBED; }

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

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

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

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

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

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

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

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