#AEBACC

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

Shades of Spindle #AEBACC

Tints of Spindle #AEBACC

Color information

#AEBACC (or 0xAEBACC) is unknown color: approx Spindle. HEX triplet: AE, BA and CC. RGB value is (174,186,204). Sum of RGB (Red+Green+Blue) = 174+186+204=564 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.85% from 564); Green value is 186 (73.05% from 255 or 32.98% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 204 - color contains mainly: blue. Hex color #AEBACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBACC is #514533. Grayscale: #B8B8B8. Windows color (decimal): -5326132 or 13417134. OLE color: 13417134.

HSL color Cylindrical-coordinate representation of color #AEBACC: hue angle of 216º degrees, saturation: 0.23, 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 #AEBACC is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB174186204-
CMYK0.150.0900.2
HSL216º22.73%74.12%-
HSV(B)216º14.71%80%-
XYZ45.9148.4864.06-
YUV184.46139.02120.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.85%
GREEN value IS 186 (73.05% from 255) = 32.98%
BLUE value IS 204 (80.08% from 255) = 36.17%
R=30.85%
G=32.98%
B=36.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1741862040.150.0900.221622.7374.12
HexAEBACCF9014d8174a
Octal256272314171102433027112
Binary1010111010111010110011001111100101010011011000101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBACC; }

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

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

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

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

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

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

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

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