#AEBCD4

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

Shades of Spindle #AEBCD4

Tints of Spindle #AEBCD4

Color information

#AEBCD4 (or 0xAEBCD4) is unknown color: approx Spindle. HEX triplet: AE, BC and D4. RGB value is (174,188,212). Sum of RGB (Red+Green+Blue) = 174+188+212=574 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.31% from 574); Green value is 188 (73.83% from 255 or 32.75% from 574); Blue value is 212 (83.20% from 255 or 36.93% from 574); Max value from RGB is 212 - color contains mainly: blue. Hex color #AEBCD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBCD4 is #51432B. Grayscale: #BABABA. Windows color (decimal): -5325612 or 13941934. OLE color: 13941934.

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

Color convert

RGB174188212-
CMYK0.180.1100.17
HSL217.89º30.65%75.69%-
HSV(B)217.89º17.92%83.14%-
XYZ47.3249.7269.39-
YUV186.55142.36119.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.31%
GREEN value IS 188 (73.83% from 255) = 32.75%
BLUE value IS 212 (83.20% from 255) = 36.93%
R=30.31%
G=32.75%
B=36.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1741882120.180.1100.17217.8930.6575.69
HexAEBCD412B011da1f4c
Octal256274324221302133237114
Binary10101110101111001101010010010101101000111011010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBCD4; }

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

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

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

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

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

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

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

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