#AEBBD4

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

Shades of Spindle #AEBBD4

Tints of Spindle #AEBBD4

Color information

#AEBBD4 (or 0xAEBBD4) is unknown color: approx Spindle. HEX triplet: AE, BB and D4. RGB value is (174,187,212). Sum of RGB (Red+Green+Blue) = 174+187+212=573 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.37% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 212 (83.20% from 255 or 37.00% from 573); Max value from RGB is 212 - color contains mainly: blue. Hex color #AEBBD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBBD4 is #51442B. Grayscale: #B9B9B9. Windows color (decimal): -5325868 or 13941678. OLE color: 13941678.

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

Color convert

RGB174187212-
CMYK0.180.1200.17
HSL219.47º30.65%75.69%-
HSV(B)219.47º17.92%83.14%-
XYZ47.1149.2969.32-
YUV185.96142.69119.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.37%
GREEN value IS 187 (73.44% from 255) = 32.64%
BLUE value IS 212 (83.20% from 255) = 37.00%
R=30.37%
G=32.64%
B=37.00%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1741872120.180.1200.17219.4730.6575.69
HexAEBBD412C011db1f4c
Octal256273324221402133337114
Binary10101110101110111101010010010110001000111011011111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBBD4; }

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

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

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

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

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

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

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

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