#AEBCD6

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

Shades of Spindle #AEBCD6

Tints of Spindle #AEBCD6

Color information

#AEBCD6 (or 0xAEBCD6) is unknown color: approx Spindle. HEX triplet: AE, BC and D6. RGB value is (174,188,214). Sum of RGB (Red+Green+Blue) = 174+188+214=576 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.21% from 576); Green value is 188 (73.83% from 255 or 32.64% from 576); Blue value is 214 (83.98% from 255 or 37.15% from 576); Max value from RGB is 214 - color contains mainly: blue. Hex color #AEBCD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBCD6 is #514329. Grayscale: #BABABA. Windows color (decimal): -5325610 or 14073006. OLE color: 14073006.

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

Color convert

RGB174188214-
CMYK0.190.1200.16
HSL219º32.79%76.08%-
HSV(B)219º18.69%83.92%-
XYZ47.5849.8270.73-
YUV186.78143.36118.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.21%
GREEN value IS 188 (73.83% from 255) = 32.64%
BLUE value IS 214 (83.98% from 255) = 37.15%
R=30.21%
G=32.64%
B=37.15%

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
Decimal1741882140.190.1200.1621932.7976.08
HexAEBCD613C010db214c
Octal256274326231402033341114
Binary101011101011110011010110100111100010000110110111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBCD6; }

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

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

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

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

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

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

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

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