#AEBED6

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

Shades of Spindle #AEBED6

Tints of Spindle #AEBED6

Color information

#AEBED6 (or 0xAEBED6) is unknown color: approx Spindle. HEX triplet: AE, BE and D6. RGB value is (174,190,214). Sum of RGB (Red+Green+Blue) = 174+190+214=578 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.10% from 578); Green value is 190 (74.61% from 255 or 32.87% from 578); Blue value is 214 (83.98% from 255 or 37.02% from 578); Max value from RGB is 214 - color contains mainly: blue. Hex color #AEBED6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBED6 is #514129. Grayscale: #BBBBBB. Windows color (decimal): -5325098 or 14073518. OLE color: 14073518.

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

Color convert

RGB174190214-
CMYK0.190.1100.16
HSL216º32.79%76.08%-
HSV(B)216º18.69%83.92%-
XYZ48.0150.6870.87-
YUV187.95142.7118.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.10%
GREEN value IS 190 (74.61% from 255) = 32.87%
BLUE value IS 214 (83.98% from 255) = 37.02%
R=30.10%
G=32.87%
B=37.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1741902140.190.1100.1621632.7976.08
HexAEBED613B010d8214c
Octal256276326231302033041114
Binary101011101011111011010110100111011010000110110001000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBED6; }

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

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

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

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

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

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

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

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