#AEBED4

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

Shades of Spindle #AEBED4

Tints of Spindle #AEBED4

Color information

#AEBED4 (or 0xAEBED4) is unknown color: approx Spindle. HEX triplet: AE, BE and D4. RGB value is (174,190,212). Sum of RGB (Red+Green+Blue) = 174+190+212=576 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.21% from 576); Green value is 190 (74.61% from 255 or 32.99% from 576); Blue value is 212 (83.20% from 255 or 36.81% from 576); Max value from RGB is 212 - color contains mainly: blue. Hex color #AEBED4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBED4 is #51412B. Grayscale: #BBBBBB. Windows color (decimal): -5325100 or 13942446. OLE color: 13942446.

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

Color convert

RGB174190212-
CMYK0.180.1000.17
HSL214.74º30.65%75.69%-
HSV(B)214.74º17.92%83.14%-
XYZ47.7550.5869.53-
YUV187.72141.7118.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.21%
GREEN value IS 190 (74.61% from 255) = 32.99%
BLUE value IS 212 (83.20% from 255) = 36.81%
R=30.21%
G=32.99%
B=36.81%

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
Decimal1741902120.180.1000.17214.7430.6575.69
HexAEBED412A011d71f4c
Octal256276324221202132737114
Binary10101110101111101101010010010101001000111010111111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBED4; }

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

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

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

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

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

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

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

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