#AEBED5

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

Shades of Spindle #AEBED5

Tints of Spindle #AEBED5

Color information

#AEBED5 (or 0xAEBED5) is unknown color: approx Spindle. HEX triplet: AE, BE and D5. RGB value is (174,190,213). Sum of RGB (Red+Green+Blue) = 174+190+213=577 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.16% from 577); Green value is 190 (74.61% from 255 or 32.93% from 577); Blue value is 213 (83.59% from 255 or 36.92% from 577); Max value from RGB is 213 - color contains mainly: blue. Hex color #AEBED5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBED5 is #51412A. Grayscale: #BBBBBB. Windows color (decimal): -5325099 or 14007982. OLE color: 14007982.

HSL color Cylindrical-coordinate representation of color #AEBED5: hue angle of 215.38º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AEBED5 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB174190213-
CMYK0.180.1100.16
HSL215.38º31.71%75.88%-
HSV(B)215.38º18.31%83.53%-
XYZ47.8850.6370.2-
YUV187.84142.2118.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.16%
GREEN value IS 190 (74.61% from 255) = 32.93%
BLUE value IS 213 (83.59% from 255) = 36.92%
R=30.16%
G=32.93%
B=36.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1741902130.180.1100.16215.3831.7175.88
HexAEBED512B010d7204c
Octal256276325221302032740114
Binary101011101011111011010101100101011010000110101111000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBED5; }

 p { color: rgb(174,190,213); }

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

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

 a { background-color: rgb(174,190,213); }

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

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

 span { border-color: rgb(174,190,213); }

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