#AEBAC8

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

Shades of Spindle #AEBAC8

Tints of Spindle #AEBAC8

Color information

#AEBAC8 (or 0xAEBAC8) is unknown color: approx Spindle. HEX triplet: AE, BA and C8. RGB value is (174,186,200). Sum of RGB (Red+Green+Blue) = 174+186+200=560 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.07% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 200 (78.52% from 255 or 35.71% from 560); Max value from RGB is 200 - color contains mainly: blue. Hex color #AEBAC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBAC8 is #514537. Grayscale: #B7B7B7. Windows color (decimal): -5326136 or 13154990. OLE color: 13154990.

HSL color Cylindrical-coordinate representation of color #AEBAC8: hue angle of 212.31º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AEBAC8 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB174186200-
CMYK0.130.0700.22
HSL212.31º19.12%73.33%-
HSV(B)212.31º13%78.43%-
XYZ45.4448.2961.57-
YUV184.01137.02120.86-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.07%
GREEN value IS 186 (73.05% from 255) = 33.21%
BLUE value IS 200 (78.52% from 255) = 35.71%
R=31.07%
G=33.21%
B=35.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1741862000.130.0700.22212.3119.1273.33
HexAEBAC8D7016d41349
Octal25627231015702632423111
Binary101011101011101011001000110111101011011010100100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBAC8; }

 p { color: rgb(174,186,200); }

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

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

 a { background-color: rgb(174,186,200); }

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

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

 span { border-color: rgb(174,186,200); }

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