#AEBED2

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

Shades of Spindle #AEBED2

Tints of Spindle #AEBED2

Color information

#AEBED2 (or 0xAEBED2) is unknown color: approx Spindle. HEX triplet: AE, BE and D2. RGB value is (174,190,210). Sum of RGB (Red+Green+Blue) = 174+190+210=574 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.31% from 574); Green value is 190 (74.61% from 255 or 33.10% from 574); Blue value is 210 (82.42% from 255 or 36.59% from 574); Max value from RGB is 210 - color contains mainly: blue. Hex color #AEBED2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBED2 is #51412D. Grayscale: #BBBBBB. Windows color (decimal): -5325102 or 13811374. OLE color: 13811374.

HSL color Cylindrical-coordinate representation of color #AEBED2: hue angle of 213.33º degrees, saturation: 0.29, 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 #AEBED2 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB174190210-
CMYK0.170.1000.18
HSL213.33º28.57%75.29%-
HSV(B)213.33º17.14%82.35%-
XYZ47.550.4868.21-
YUV187.5140.7118.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.31%
GREEN value IS 190 (74.61% from 255) = 33.10%
BLUE value IS 210 (82.42% from 255) = 36.59%
R=30.31%
G=33.10%
B=36.59%

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
Decimal1741902100.170.1000.18213.3328.5775.29
HexAEBED211A012d51d4b
Octal256276322211202232535113
Binary10101110101111101101001010001101001001011010101111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBED2; }

 p { color: rgb(174,190,210); }

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

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

 a { background-color: rgb(174,190,210); }

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

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

 span { border-color: rgb(174,190,210); }

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