#AEBDD6

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

Shades of Spindle #AEBDD6

Tints of Spindle #AEBDD6

Color information

#AEBDD6 (or 0xAEBDD6) is unknown color: approx Spindle. HEX triplet: AE, BD and D6. RGB value is (174,189,214). Sum of RGB (Red+Green+Blue) = 174+189+214=577 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.16% from 577); Green value is 189 (74.22% from 255 or 32.76% from 577); Blue value is 214 (83.98% from 255 or 37.09% from 577); Max value from RGB is 214 - color contains mainly: blue. Hex color #AEBDD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBDD6 is #514229. Grayscale: #BBBBBB. Windows color (decimal): -5325354 or 14073262. OLE color: 14073262.

HSL color Cylindrical-coordinate representation of color #AEBDD6: hue angle of 217.5º 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 #AEBDD6 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB174189214-
CMYK0.190.1200.16
HSL217.5º32.79%76.08%-
HSV(B)217.5º18.69%83.92%-
XYZ47.7950.2570.8-
YUV187.36143.03118.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.16%
GREEN value IS 189 (74.22% from 255) = 32.76%
BLUE value IS 214 (83.98% from 255) = 37.09%
R=30.16%
G=32.76%
B=37.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1741892140.190.1200.16217.532.7976.08
HexAEBDD613C010da214c
Octal256275326231402033241114
Binary101011101011110111010110100111100010000110110101000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBDD6; }

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

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

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

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

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

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

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

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