#AEBCD1

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

Shades of Spindle #AEBCD1

Tints of Spindle #AEBCD1

Color information

#AEBCD1 (or 0xAEBCD1) is unknown color: approx Spindle. HEX triplet: AE, BC and D1. RGB value is (174,188,209). Sum of RGB (Red+Green+Blue) = 174+188+209=571 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.47% from 571); Green value is 188 (73.83% from 255 or 32.92% from 571); Blue value is 209 (82.03% from 255 or 36.60% from 571); Max value from RGB is 209 - color contains mainly: blue. Hex color #AEBCD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBCD1 is #51432E. Grayscale: #BABABA. Windows color (decimal): -5325615 or 13745326. OLE color: 13745326.

HSL color Cylindrical-coordinate representation of color #AEBCD1: hue angle of 216º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AEBCD1 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB174188209-
CMYK0.170.1000.18
HSL216º27.56%75.1%-
HSV(B)216º16.75%81.96%-
XYZ46.9549.5767.41-
YUV186.21140.86119.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.47%
GREEN value IS 188 (73.83% from 255) = 32.92%
BLUE value IS 209 (82.03% from 255) = 36.60%
R=30.47%
G=32.92%
B=36.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1741882090.170.1000.1821627.5675.1
HexAEBCD111A012d81c4b
Octal256274321211202233034113
Binary10101110101111001101000110001101001001011011000111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBCD1; }

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

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

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

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

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

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

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

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