#AEBED3

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

Shades of Spindle #AEBED3

Tints of Spindle #AEBED3

Color information

#AEBED3 (or 0xAEBED3) is unknown color: approx Spindle. HEX triplet: AE, BE and D3. RGB value is (174,190,211). Sum of RGB (Red+Green+Blue) = 174+190+211=575 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.26% from 575); Green value is 190 (74.61% from 255 or 33.04% from 575); Blue value is 211 (82.81% from 255 or 36.70% from 575); Max value from RGB is 211 - color contains mainly: blue. Hex color #AEBED3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBED3 is #51412C. Grayscale: #BBBBBB. Windows color (decimal): -5325101 or 13876910. OLE color: 13876910.

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

Color convert

RGB174190211-
CMYK0.180.1000.17
HSL214.05º29.6%75.49%-
HSV(B)214.05º17.54%82.75%-
XYZ47.6350.5368.87-
YUV187.61141.2118.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.26%
GREEN value IS 190 (74.61% from 255) = 33.04%
BLUE value IS 211 (82.81% from 255) = 36.70%
R=30.26%
G=33.04%
B=36.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1741902110.180.1000.17214.0529.675.49
HexAEBED312A011d61e4b
Octal256276323221202132636113
Binary10101110101111101101001110010101001000111010110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBED3; }

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

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

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

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

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

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

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

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