#AEBDD5

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

Shades of Spindle #AEBDD5

Tints of Spindle #AEBDD5

Color information

#AEBDD5 (or 0xAEBDD5) is unknown color: approx Spindle. HEX triplet: AE, BD and D5. RGB value is (174,189,213). Sum of RGB (Red+Green+Blue) = 174+189+213=576 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.21% from 576); Green value is 189 (74.22% from 255 or 32.81% from 576); Blue value is 213 (83.59% from 255 or 36.98% from 576); Max value from RGB is 213 - color contains mainly: blue. Hex color #AEBDD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBDD5 is #51422A. Grayscale: #BBBBBB. Windows color (decimal): -5325355 or 14007726. OLE color: 14007726.

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

Color convert

RGB174189213-
CMYK0.180.1100.16
HSL216.92º31.71%75.88%-
HSV(B)216.92º18.31%83.53%-
XYZ47.6650.270.13-
YUV187.25142.53118.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.21%
GREEN value IS 189 (74.22% from 255) = 32.81%
BLUE value IS 213 (83.59% from 255) = 36.98%
R=30.21%
G=32.81%
B=36.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1741892130.180.1100.16216.9231.7175.88
HexAEBDD512B010d9204c
Octal256275325221302033140114
Binary101011101011110111010101100101011010000110110011000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBDD5; }

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

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

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

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

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

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

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

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