#AEBACD

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

Shades of Spindle #AEBACD

Tints of Spindle #AEBACD

Color information

#AEBACD (or 0xAEBACD) is unknown color: approx Spindle. HEX triplet: AE, BA and CD. RGB value is (174,186,205). Sum of RGB (Red+Green+Blue) = 174+186+205=565 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.80% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 205 - color contains mainly: blue. Hex color #AEBACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBACD is #514532. Grayscale: #B8B8B8. Windows color (decimal): -5326131 or 13482670. OLE color: 13482670.

HSL color Cylindrical-coordinate representation of color #AEBACD: hue angle of 216.77º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AEBACD is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB174186205-
CMYK0.150.0900.20
HSL216.77º23.66%74.31%-
HSV(B)216.77º15.12%80.39%-
XYZ46.0348.5264.7-
YUV184.58139.52120.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.80%
GREEN value IS 186 (73.05% from 255) = 32.92%
BLUE value IS 205 (80.47% from 255) = 36.28%
R=30.80%
G=32.92%
B=36.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741862050.150.0900.20216.7723.6674.31
HexAEBACDF9014d9184a
Octal256272315171102433130112
Binary1010111010111010110011011111100101010011011001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBACD; }

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

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

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

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

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

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

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

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