#AEBDD0

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

Shades of Spindle #AEBDD0

Tints of Spindle #AEBDD0

Color information

#AEBDD0 (or 0xAEBDD0) is unknown color: approx Spindle. HEX triplet: AE, BD and D0. RGB value is (174,189,208). Sum of RGB (Red+Green+Blue) = 174+189+208=571 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.47% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 208 (81.64% from 255 or 36.43% from 571); Max value from RGB is 208 - color contains mainly: blue. Hex color #AEBDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBDD0 is #51422F. Grayscale: #BABABA. Windows color (decimal): -5325360 or 13680046. OLE color: 13680046.

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

Color convert

RGB174189208-
CMYK0.160.0900.18
HSL213.53º26.56%74.9%-
HSV(B)213.53º16.35%81.57%-
XYZ47.0449.9566.84-
YUV186.68140.03118.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.47%
GREEN value IS 189 (74.22% from 255) = 33.10%
BLUE value IS 208 (81.64% from 255) = 36.43%
R=30.47%
G=33.10%
B=36.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1741892080.160.0900.18213.5326.5674.9
HexAEBDD0109012d61b4b
Octal256275320201102232633113
Binary10101110101111011101000010000100101001011010110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBDD0; }

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

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

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

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

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

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

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

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